I'm trying to figure out a way to search in a google CSV (list of names) if a name is present.
Is it possible in uipath?
According to my research, it may fall into the web recorder and use the module to read CSV?
Here is what I tried again:
- In the main screen, I created a sequence.
- Open a browser to a URL like this "https://docs.google.com/spreadsheets/d/xyzz/edit#gid=0"
- Added a "Navigate to" the above URL again.
- Then select "Data Scraping".
- Click on the first row of google sheet.
- Then to create a pattern I clicked on the next row. It couldn't find a pattern.
So I'm stuck on the final 6th position. I tried downloading and working on the CSV as an alternative. But I would rather want it on the google sheet in the browser.
Am I going in the right direction?