Hi I am using Studio to automate restaurant catering order entries into Ezcater platform.
I have already created and trained Document understanding/extraction to retrieve order data from PDFs.
I am having trouble once I reach the Date/Time entry section on EzCater:
This section brings up a calendar and a selection of times that I need to click on according to extracted results Date and Time values.
I was successful in automating the date picker using @Anil_G workflow - While → Check app state
Now for the time picker I am running into issues with the selector.
I’ve created a variable “TimeTime” to test the selector with assigned value “2:30 pm” (I will later replace this with the extracted data variable from document extractor, but using inputted value for now to test)
When editing selector click function, I try to enter variable “TimeTime” in place of aaname or innertext, but it gives me error and requires me to enter default variable (I entered 1:30pm default variable).
Then it will only select default variable, not the assigned/saved value that I want. If I delete default variable, it gives me error. How do I fix this issue to select assigned/saved value, not default value.
Thank you