Mar 10, 2022 05:21 PM
I would like to use a scripting automation to check if a record exists. i.e. Does John Doe exist already in the Name column?
The results should be simply yes or no.
I’m not great at scripting and am looking for some fast track help!
Solved! Go to Solution.
Mar 11, 2022 08:38 PM
Welcome to the community, @Cameron_Mason1! :grinning_face_with_big_eyes: This can be done without a script. Use the “Find records” action to search for a record with a matching name. In a conditional branch, execute the actions you desire if the count of records found from the “Find records” action is 1.
Mar 11, 2022 08:38 PM
Welcome to the community, @Cameron_Mason1! :grinning_face_with_big_eyes: This can be done without a script. Use the “Find records” action to search for a record with a matching name. In a conditional branch, execute the actions you desire if the count of records found from the “Find records” action is 1.