Jotform output is concatenated

This has been an issue for a while. Jotform - Multi-part form mapping - Known Issues - Activepieces Community

How I have been getting around it is to:

  • Add the Google Sheet integration to my Jotforms
  • Add the webhook integration to my jotform

Then, catch the hook as the trigger in ActivePieces. (This avoids the Google Sheets delay.) It gives you the submission ID, which you can then look up on your Google sheet using Find Row. That will give you all your fields.

I’m with you that the Jotform piece needs to be fixed, but that workaround has been working for me. Hope it’s helpful to you!