Calendar Date Picker Confusion

Hello! I need to select days on 2 calendars with the first date always 8 days before the current date and the second date 6 days following that first date. I would run this every monday from the weeks priors information. Sunday-saturday

I am only allowed to click on the dates I cant type in the direct data, which I’ve tried.

Capture

this is what I am working with

HI @egri

Check the below threads:

Regards

My goal is to configure the current date as a variable and always use 8 days before and 6 days after that date for 2 calendars.

@egri,

If I get your requirement correct you are looking for this:
image

Here is sample solution. All the variable datatype is DateTime

Thanks,
Ashok :slight_smile:

often the input fields are disabled, but we can enter the data e.g. by set text or type into and clicking the deselectIfEnabled flag.

Please share with us a screenshot (Browser right click, inspect ) from the element html snippet

Have you tried it with the Set Text activity and the “alter disabled element” property set to true?

@egri

Try with set text first…it should be working …

Or you can try below approach

Cheers