Yash T.
I want to lookup a record in salesforce, and if it exists, update the record. If not, create a record.
I can't update/create until I run the lookup to see if it exists.
Right now, even before the lookup runs, the "found at least one" is false.
I would use "if lookup ran AND found at least one is true, THEN update record" or create record if FALSE.
But since the "ran at least once" column is blank by default, my logic would automatically create a new record before the lookup had a chance to run