Feb 24, 2023 03:59 AM
I have an automation that finds matching records for me and I, in the next step, need to update these records by checking a checkbox (true). As there are two or more records found each time I presume that I need to run a script to achieve this.
I'm a complete newbie to scripts; I have used readymade scripts, but never altered (other than to change name of table, view and/or field) or written one myself.
I have searched for an answer and even tested to modify found scripts with no luck. Could anyone help me with a script for this?
Table name: People
Checkbox field name: Sync
Solved! Go to Solution.
Feb 24, 2023 04:01 AM
Great news! You don't need a script for this anymore!
You can now use repeating groups for that, and so your automation would be: Find records -> repeating group -> Update Records and it'd do exactly what you needed!
Feb 24, 2023 04:01 AM
Great news! You don't need a script for this anymore!
You can now use repeating groups for that, and so your automation would be: Find records -> repeating group -> Update Records and it'd do exactly what you needed!
Feb 24, 2023 05:02 AM - edited Feb 24, 2023 05:02 AM
Thank you @TheTimeSavingCo!
The things you miss when you're away for a little bit. Great to see that feature added and thank you so much for pointing it out to me. Works perfectly.