I have an automation with multiple actions and it’s failing, presumably as action 2 needs to wait a little until action 1 has competed. Is that possible?
Here is what I have:
Trigger: on ticked checkbox
Action 1: copying date and single-select fields to text fields with the same value/name
Action 2: find records using the text fields in Action 1
Action 3: update records
When I test the automation, it’s successful. When I split this autoamtion into two automations, it works fine. But when I have them sequencially in the same automation, with single trigger, Action 2 fails.
It says the fieds in Find Records have invalid filters. I’m guessing the text fields in Action 1 are not yet filled before Action 2 has started to find records. Is that possible?
Rgrds,
Khuned