How to pull a List collector type field into the reference field type in flow designer?
Hi all,I have a requirement to display the records of a list collector variable to the field of type reference through flow designer. I have tried the script: var name= fd_data.trigger.request_item.variables.name.getDisplayValue();return name;But it ...