How are you supposed to get an action output script to work in flow designer? Is it even possible?

Marvin16
Tera Contributor

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:

find_real_file.png

How do I get access to my record fields properly? The system suggests following dot walking:

find_real_file.png

find_real_file.png

and so on .... but this leads to a crash. So what am I supposed to do?

 

Thanks for any help!

best regards

1 REPLY 1

waqar5
Kilo Expert

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 ?