I’m trying to get all the items in the queue which are set as “new”. I am using the Get Queue Items activity to get those items.
After that, I’d like to include all these items in a list of string to insert it in a mail message.
However, I’m not been able to convert the IEnumerable to a List of string, because UiPath says that I cannot convert a List of Char to that.
On this case, the List of String will be replaced for each item due to the “New String” inside the For Each. I didnt get error doing that, but it is showing only the current Item. What I would like to get is the list with all the items