Skip to main content

Hi Mods,

I have cloned a version which was created on v16.0.0. Everything was working fine in previous version. But in new version the Dynamic Fields are not working anymore.


As you can see in the following preview screenshot, the Dynamic fields are not displaying anymore
 

I have read docs and explored manuals but no luck. Could anyone suggest a fix?

 

Hi ​@Olc,

 

Welcome to the Community.

If dynamic fields are not working in the latest version of your Zap, start by ensuring all connected apps are updated and compatible with the new release. Check the configuration in the Zap editor to confirm proper field mapping and data availability. Use the test feature to identify errors and review Zap history for troubleshooting insights. If issues persist, try reconfiguring or recreating the affected steps. As a last resort, seek assistance from Zapier support additional assistance.


Let me know if you need further assistance.


Hi Jam,

I have updated my app according to this document:
https://docs.zapier.com/platform/build/dynamic-field
 

The sample code I used in Dynamic Field as source is:

return  
{ key: 'Cancelled', label: 'Cancelled' },
{ key: 'Negative', label: 'Negative' },
{ key: 'Positive', label: 'Positive' }
];


but the issue is still present. 


Reply