I have created a process which will need to read data from an excel sheet. That data will then be used to complete a form as part of an application form.
There is a date component which looks like an actual calender, the year is a dropdown where I used a select item, month is a dropdown and where I used a select item. But the day is where I need to do a click.
I need to loop through the process using different data and specific dates. I need some assistance setting up the variables for each loop?
I have created the variable DebitOrderDay, not sure about the other variable setup.
I have added a screenshot to see what the calender looks like.
This is what my process looks like to select the date. I just dont know how I am going to automate the day selections.