Issue
When using an inline script in a flow, you may get the error "fd_data is not defined".
Release
Any supported release
Cause
Data is accessed via the object fd_data and not in combination with fd_data.trigger.current or a similar construction.
Resolution
To resolve this error, avoid using fd_data on its own. Instead, use fd_data.trigger.current or fd_data.trigger.current.number or a similar construction to receive valid data.
Related Links
For the latest information, refer to Inline scripts