I have created an automation on an app called telegram which scrapes users from one group by taking their username and adding it to a data table, it then adds all those users onto my group on telegram.
I am using a selector to increment (something like idx=‘i’) though the users.
Everything is working PERFECTLY! However, when I email the automation folder to my self and set it up on another computer I start getting an error when it’s scraping the usernames and adding them to the data table:
I am positive that the data is not duplicated because of my logic, and the fact that the same automation works perfectly on my other computer.
What I tried:
-
Checking unique check box on the build data table activity
-
Unchecking it - because UIPath thinks its duplicated, when its not. SO I though this would work, but it didn’t, because it will not add be adding the data to new rows anyways. And it ends up returning a blank data table.
You see what I mean? -
Changing up logic on the computer which the automation seems to be having problems with data tables. However, I can’t find a way around it.
Therefore I am convinced that this might be a bug with data tables or something? anyone have any advice or suggestions?