How to fill days field dynamically based on excel sheet data?

Hi Community,

I have to Select days from the excel sheet and add them to desktop application field as shown below.

Desktop Application:

image
Excel Sheet:

image

Please help me with the process and which activities to use.

Thanks in advance:-)

Hi @Vaishnav_Tej

Try typing the values into the text field

Cheers

Hello,

Typing option is disabled in that field. I can only select days by clicking on respective days and click “OK” button.

image

Hi @Vaishnav_Tej

Identify the element and i hope it has a field name in it then use a variable and pass what all days you need to select each

Or try for each ui element and select the days… inside that , use get attribute and get the name and then use a if clause to check if the day is as per your excel range if yes perform a click on current element

Cheers