Is it possible to assign string variable to Array Variable?
Example
Assign : array_String = str_string
Hi @Sathish_Kumar_S,
Use like this.
Assign : array_String = {str_string}
Thanks, Ashok
@Sathish_Kumar_S
arrayvariable = {stringvariable}
this converts it to array with only one value
cheers