Return a list from workflow file

Hi,

I want to return a list of strings from a workflow file. In the workflow file the list of strings gets initialized.
Each element of the list should be processed in the main workflow.

How can I return the list of strings in a way, so ist possible to do this?

Regards
Yannik

Yes it is very much possible!
Just create the list of strings as in “Out” type argument and while invoking the workflow store it in a suitable variable of “list” type and continue processing!

Thanks for the fast reply.
It works!

@em17
List_of_String.zip (3.1 KB)

A tiny example to clear it for you :slight_smile:
Do mark it as a solution if you find it useful!
Cheers :slight_smile: