@Yoichi Thanks for the suggestion but I think you read my ask wrong.
Currently the output of out_Ids is written out one record in each row as shown below
The behavior I want is that all the IDS are written on the same line but separated by a comma, for example, it should look like:
21056964,21056895,21056931,21056953,21056920,21056975,21056964,21056895,21056942β¦ till the last record
Thanks for that suggestion, I did modified my workflow but it does not print out the out_arg as String array. Instead, it does print them as shown below.
Itβs unnecessary to use ForEachRow activity. If you want to check content of the array, can you try to set Break point and check Locals panel OR use ForEach against the array then print each item.
I wanted the out_ids to come out as a String Array like this {β21056964β,β21056895β,β21056931β,β21056953β,21056920," till the last record}
so I called the Stting.Join on it as seen here:
However, it does not output the out_arg as a String Array, instead, it came out like this: