Hey all
I've created an automation where when a form is submitted - a record is updated. However! Sometimes there isn't a record to update, so it needs to be created first. So I need to create a process like this:
WHEN a form is submitted AND record exists UPDATE it.
IF record doesn't exist CREATE it
But the automation is getting stuck on the first part and fails to run into the second. I've taken a screen shot to show what I mean. How can I fix this?
Thanks!