Skip to main content

I have a dynamic field configured in my action. Which is populating custom fields in the Zap via an api call. Fields are populating fine in Zap but when I tried to post there data back to my API, the request json is not as expected. There is an “undefined” tag in it. Json inside this “undefined” tag is the actual one which is required by the API. I am passing dynamic field data as below. 

 

Below is the request json from monitoring tab

 

Can anyone put a light here what I am doing wrong here.