Is it possible for the Bot to check/mark only the row that matches the ship date on an excel file?:
hi @Hippocampus ,
From where you are getting this date 2022-04-01. From excel or from any screen.
If getting the date from any screen then perform data scrapping to to pick the data. And write the regular expression to fetch that particular date.
Pass the regular expression variable into click activity.
Thanks,
Lakshmi
The date was extracted from a different web app/browser and was written on to an excel file. How can I use the written date on this excel file for the bot to specifically click/check the row with the matching date? I am using StudioX and unfortunately it does not have the matches activity yet.
This is actually resolved, was able to find a work around. I had the bot click the first row and progress then find an info on that page, have it copied to the excel file and created a condition builder on the if activity and if it does not match it will go back and click on the next one and so on and so forth. Just in case you were wondering how.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.