Hello all, this is my first question to the forum, and I’m sure it’s a dumb one, so apologies…
I want to take a value, do a lookup, write that value to a new record if it’s not found, or simply continue on to update the existing record with other data if it IS found. I’d like to do this without using paths as everything after the IF statement will still apply, and be the same actions.
I’ve looked at continue only if but that doesn’t seem to be the way, because I want to continue either way: with a new record, or with an updated record. This is an internal zap so I don’t have different apps to deal with, just a new form.
Thanks for any help.