When asking your question, please include:
Hello,
I’ve watched the videos and read the documentation on Resume error handling, but am still unsure of its application. For example, this scenario:
I’m trying to upsert a hubspot deal update into airtable (“AT”), but I need to search for the AT record so that I can obtain the AT record ID.
If the record is new to AT, an error will occur in the search module, so I added the resume error handler and entered null in for the ID, which would be used in the Upsert module:
I basically want the ID to be ignored in the Upsert module.
I’m also unsure on how to track what’s happening in the log to monitor the error is being handled.
Thank you!!!