The filter successfully finds the specific Jotform record I want to update but I can’t workout how to write the URL or the Body to make the PATCH module work. I just want to add 1 to the {totalAttended} field but keep getting this error:
[404] Requested URL (/form/250643447931055/submissions/) is not available!
The INPUT returns:
Input
Bundle 1Collection
Query StringArray
URL
/form/250643447931055/submissions/
Body
{
"answers": {
"totalAttended": ""
}
}
Method
PATCH
HeadersArray
Any ideas how to make this work? Been at this for days and feel like it’s so close but I’m really a novice.
Thx in advance,
Melissa