I want to make sure I'm not missing something. I have an automation that copies some data columns from one table to another, when a button is clicked on an interface. It does this for batches of data, and I have a checkbox to mark when the automation reviewed a record.
This is easy to setup using the Repeating group feature.
However, I also now want it to check for duplicates. Rather than creating a new People record, I also want to check if that person exists.
This would require using the Conditional Logic tool in automations. However, I can't seem to use both Conditional Logic and Repeating Group. I'd like to 'Repeat' through every record, then use a Conditional Logic by finding if a match exists.
I'm guessing my only option would be to script this using Javascript in the automation. Is that correct or am I missing something?