How to pass variables

Hello!
I have a question how to properly pass arguments into the job in App. Robot has in argument of type String. I wanted to have an input field in App, where person can provide text or text delimited by “,”. Then, I’d like to pass that string as String into the Argument. How can I do that properly?
Left hand side in_MODsToProcess should be String (it’s in argument)
Right hand side in_MODsToProcess is String (taken from App)

When I start with this setup, it’s reading this array as “0”

image
image

This is working, if anyone would have similar issue:
image

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.