I’m having issues with the mapping panel. My scenario starts with a webhook which draws in the submission from a form which I’m supposed to use to run a HTTP request but when I try to click on the fields of the form in the mapping panel only the last field shows.
So e.g I have three fields in my form but when I try to map them i can only see the last field. I have tried everything possible and nothing seems to be working. Please help.
Hi @Tammy
I’d appreciate a screenshot showing the mapping screen and what data you receive. I think you are talking about array items, for that here is the formula to get nested object:
@Tammy You can use the “JSON” → Create JSON module to create an object with all required items. Make sure you set the data type correctly.
Then in the webhook response module use the output of the JSON.
Hope this helps you. If not, please share some specific about the issue you are having.
~Bjorn
Thank you for your response. I tried that it didn’t work. Here’s the issue:
The fields that I map in the webhook response module turn up blank when the scenario runs. For example if a sentence is supposed to say Your order is {mapped amount field}. It will turn up as Your order is. The mapped field doesn’t show.
I tried to map fields that weren’t even in an array and it was the same issue.