How to Override a Vriable of String in App

Hi,

I am trying to create an App to run a process which has an input argument of string variable, e.g. {1, 2, 3, 4, 5}.

My question is: how shall I pass the value of the string from App, i.e. override this string argument, as shown below?

I tried to use {1, 2, 3, 4, 5} but in vain.

Thank you and look forward to your advice.

Cheers.

Hi @GhostBuster
What is the datatype of the input argument?

Hey

what about use a set values rule, and pass the new value
image

Regards

Hi @sangeethaneelavannan1 ,

Thanks for the reply.
It is a string of integers, like {1, 2, 3, 4, 5}

@fernando_zuluaga ,

I will give it a try and let you know if it works.
Thanks.

Yes, it works :+1:

1 Like

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