TypeError when trying to parse multipart/form-data from Jotform

I’m using the sample workflow linked from this post. I have a copy of the workflow, unedited, and a simple Jotform that sends a single field. When I run it, however, I get this error: "TypeError The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an instance of Object".

Is there something obvious I’m missing here?

Ah good catch! That post and linked workflow are a bit out of date actually. The good news is we have Jotform as an integrated app with a native source that you can use, which does all the heavy lifting for parsing and extracting the data for you, so you don’t actually need that workflow that’s referenced in that post :slight_smile:

Here’s an example you can check out and copy if you’d like: https://pipedream.com/@droosevelt/sample-parsing-data-from-jotform-p_2gCg2Zd/edit

Thanks - yes, problem is my Jotform account is on their EU servers :slightly_frowning_face: which is why I’m trying to find a workaround until EU servers are usable with Pipedream.

Ah gotcha, sorry to have missed that! I’ll work on prioritizing the update to our Jotform integration so that you can use their EU endpoint.