IRRSSEARCH.xaml (17.3 KB)
Hi, Can anyone oversee why my process gave this kind of error.
Why does for each activity recognize get_txn as char eventhough i have set it to string already.
IRRSSEARCH.xaml (17.3 KB)
Hi, Can anyone oversee why my process gave this kind of error.
Why does for each activity recognize get_txn as char eventhough i have set it to string already.
leave the variable as char, and use get_txn.toString when you need it.
Because you are looping a string, and that returns a char. Change the TypeArgument to Char, instead of String.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.