I am working on a new robot and I’m relatively new to UiPath. I have a notepad file that contains a list of orders (see attachment).
When I use a ‘For Each’ activity, it returns only the first string and multiplies it by the amount of strings in the list (so in my case it will return ‘ETH’ 11 times instead of ETH, BTC, …).
I have attached my UiPath file as well. Can someone help me out and perhaps also demonstrate how I can do this?