Studio Web - Help with Calendar Date selection/Date Picker on website (Ezcater)

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

@apanitos

Welcome to the community

The below idea is done on studio but same logic applies for studio web as wel …you can check and adapt to the same

Cheers

Thank you for the fast response @Anil_G. I will try this and report back.

1 Like

I was able to successfully automate the date picker using your workflow thank you.

Now for the time picker I am running into issues with the selector.

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)
image

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.

Thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.