I'm trying to build an update action in Zapier. In the user field input step, I can display the record fields which currently have a value with ID, plus the remaining fields which don't and let the user add or update these fields.
In the API configuration panel is there a way that I can POST any values to fields which do not have a value in my App and PATCH any fields which did have a value in my app and require updating, all within the same Zap?
From what I can see only one call can be made but thought I would ask if there's a way around this?