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.