Hi I am using Studio web version to automate restaurant catering order entries into Ezcater platform.
I have already created and trained Document understanding/extraction to retrieve order data from PDFs.
Project flow is as follows so far: Extract Document Data → Write extracted data → Use Browser: Orders - ezManage → Various Click and Type activities to populate order fields.
I am having trouble once I reach the Date/Time entry section on EzCater:
This section brings up a calendar (no way to manually enter date) and a selection of times that I need to click on according to extracted results Date and Time values.
I see no Activities in Studio web that allow for this. I have browsed various other topics and videos on Youtube but all tutorials require installed Studio version and programming knowledge.
Is there a more straightforward solution for this? Thank you
I’ve created a variable “TimeTime” to test the selector with 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 value assigned. If I delete default variable, it gives me error. How do I fix this issue to select saved value, not default value.