Skip to main content
Question

Zap: Dynamic field is not working anymore on platform v16.5.1

  • June 16, 2025
  • 2 replies
  • 57 views

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?

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

JammerS
Forum|alt.badge.img+6
  • Zapier Staff
  • June 17, 2025

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.


  • Author
  • New
  • June 17, 2025

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.