Hi, here is my use case :
1.Wait for new or updated rows in a DB (MySQL). When a row is found :
2.Find row.myField_1 in Salesforce Object_1
3.Find row.myField_2 in Salesforce Object_2
4.Find row.ID in Salesforce Object_3 - Create if does not exist = Yes
If not found, I need to populate my Object_3 fields with
Object_1 values (if found, else leave blanks)
Object_2 values (if found, else leave blanks)
now here is how it works : step #2 returns “Nothing could be found for the search.” and my zap ends.
how to make it continue to step 3 ?