fd_data not found if your inline script tries to access an action with parentheses in its name
Pertaining to the Flow Designer: In a flow or subflow you can use inline scripting to dynamically get or set a value. In this script you can access the outputs of previous steps in the flow using the "fd_data" object like this: var myString = fd_data...