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?