How are you supposed to get an action output script to work in flow designer? Is it even possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2020 04:38 AM
Hello,
so i wrote a custom action in flow designer which queries a data record. After that a lot of data verifications regarding the given record are done. I have used the script section for action outputs but it seems that platform does not accept the references which are sugessted by the platform itself. I always get the following error when i try to test my action:
Flow Designer: Invalid reference to: fd_data._1__cwf.record.u_owner_approval: no thrown error |
How do I get access to my record fields properly? The system suggests following dot walking:
and so on .... but this leads to a crash. So what am I supposed to do?
Thanks for any help!
best regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2020 04:10 AM
Getting an invalid reference error in the Flow while dot walking fd_data in the flow script as input.
Anyone who has a proper explanation on whats happening ?