JSON data error (only works via Postman)

Status: Closed · Asked by Mathew Kulkewycz on · 0 views

Mmmk — Question ·

I use FluentForms and use the inbuilt webhook option to post the data to Pabbly Connect, as JSON format.

If sending from my website, the workflow has multiple errors (note the random "Property Address' field which in fact worked.
Error message": "Required field String missing."

Oddly, if I copy and paste the exact some payload (output bundle, same data from Make) into Postman and send via webhook (as JSON) to Pabbly, there are no errors?

Not sure the where the problem lies?

Thanks

.

Oddly, if the data is coming from the website it looks like the pic below (all errors)

Pabblymember11 — Reply ·

Hey @Mmmk

As we can see from your workflow's latest task history Id, it appears that you are getting the data in different data labels on the next execution.

And because of that it is not matching the data labels which you mapped earlier. So please try recapturing the webhook response with the new form submission and pick the fields which you are required to as the fields are coming in different data labels.

Mmmk — Reply ·
Hey @Mmmk

As we can see from your workflow's latest task history Id, it appears that you are getting the data in different data labels on the next execution.

And because of that it is not matching the data labels which you mapped earlier. So please try recapturing the webhook response with the new form submission and pick the fields which you are required to as the fields are coming in different data labels.

Irrespective of which field I map, the error persists.

Test example below (for First Name):

Pic 1. Mapped both possible variables for first name
Pic 2. the results were 'blank' for both examples

What am I missing? Thanks

Attachments

Screenshot 2023-01-23 at 5.25.54 pm.png
Screenshot 2023-01-23 at 5.26.18 pm.png
Pabblymember11 — Reply ·

Please double-check the task history Id to see if the mapped data is appearing in the action step or not.

Mmmk — Reply ·
Please double-check the task history Id to see if the mapped data is appearing in the action step or not.

Appearing in Trigger step, not displaying in Action steps (as per previous screenshots).

Please advise. Thanks

Pabblymember11 — Reply ·

Hey @Mmmk

Please check carefully the mapped data labels are not coming from the trigger response as you have used from Fluent form and because of that the action step didn't get the name to convert the title case.

So, kindly recapture the webhook response in which you get the required data to form your Fluent Form.

Mmmk — Reply ·
Hey @Mmmk

Please check carefully the mapped data labels are not coming from the trigger response as you have used from Fluent form and because of that the action step didn't get the name to convert the title case.

So, kindly recapture the webhook response in which you get the required data to form your Fluent Form.


What should it be? I am lost...

thanks

Pabblymember11 — Reply ·
So, kindly recapture the webhook response in which you get the required data to form your Fluent Form.

Please try this!

Back to all forum threads · Log in to reply