Inconsistency in Data.

QuickSell

Member
Hi, there is inconsisteny is data in the data & the fields are mismatching because of value & fields, can we organise the data, so that mapping happens coorecting on the following feilds?
image (10).png
image (11).png
 

Preeti Paryani

Well-known member
Staff member
Hello @QuickSell,

The trigger you are using is Webhook by Pabbly, and for such triggers, the data sent by the trigger application is displayed only in a key–value format. Since the data is coming from the trigger application in an inconsistent manner, we are unable to limit or retrieve only a specific set of keys and values directly.

However, you can restructure the data as per your requirements by capturing it in an advanced format, by turning off the simple response button and recapturing the response. You may then use a Code by Pabbly step or a JSON Extractor to extract the data into the desired key–value format.

Please try this approach and let us know if it works for you.
 
Top