Jotform - Multi-part form mapping

I have a Jotform that I want to take action on depending upon the values. I used the Jotform trigger, selected my form and tested it. It shows me new events, but the ouput box is empty. Just {}

I tried using the webhook option in Jotform. There’s no customization other than entering the URL. When I test via the webhook, I do get data. But none of it is my form fields. I took a look at the data and it looks like the data shows up as fieldname/response in rawRequest (like this: “q19_typeA”:“The Grove”,“q9_stopcode”:“grove”,“q11_areYou”:“No”) but that data doesn’t show up in the webhook field options. All I see is this:

{
  "body": {},
  "method": "POST",
  "headers": {
    "host": "localhost:3000",
    "accept": "*/*",
    "cf-ray": "805xxxxxxd28233e-ORD",
    "cdn-loop": "cloudflare",
    "x-real-ip": "172.71.254.58",
    "cf-visitor": "{\"scheme\":\"https\"}",
    "connection": "close",
    "cf-ipcountry": "US",
    "content-type": "multipart/form-data; boundary=------------------------59c3a22946a5d8dc",
    "content-length": "3472",
    "accept-encoding": "gzip",
    "x-forwarded-for": "172.71.254.58",
    "cf-connecting-ip": "34.27.46.186",
    "x-forwarded-host": "cloud.activepieces.com",
    "x-forwarded-port": "443",
    "x-forwarded-proto": "https",
    "x-forwarded-server": "3exxxxxf280b"
  },
  "queryParams": {}
}

Anyone else experiencing some troubles with Jotform?

This is what I see when I test the trigger:

and when I try to use the data in another step:

Hi @trellyn and welcome to the community!

This is actually a known issue the time hasn’t tackled yet. I’ll move this to Bugs, mark it with a tag and send it over to our pieces team to fix it.

We’ll update the thread here once it’s fixed.

1 Like

Hi @trellyn

This should be fixed now.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.