From dynamic input excel file to selecting multiple items(as per each customer request) in the web application. How should automate inthis scenario?

Hi, @Yoichi can you solve this scenario.

This is the random input from the excel file and need to select dyanamic items as per customer request.

Screenshot 2023-03-24 143427

As per the each customer request need to select the items respectively.
LIke this!
Screenshot 2023-03-24 143800
Screenshot 2023-03-24 143809
Please help on this scenario.

Hi @Mohammed_Fahim_H
Hope this helps.

2 Likes

Hi, @Mohammad_Irfan

This is the random input from the excel file and need to select dyanamic items as per customer request.

Screenshot 2023-03-24 143427

As per the each customer request need to select the items respectively.
LIke this!
Screenshot 2023-03-24 143800
Screenshot 2023-03-24 143809
Please help on this scenario.

HI,

The following is a sample regarding dynamic selection for checkboxes.

Sample20230324-8L.zip (11.0 KB)

Hope this helps you.

Regards

1 Like

@Mohammed_Fahim_H ,

  1. Drag and Drop a for each row activity for input data table
  2. Split the currentRow based on " ," and put it into an array
  3. Drag and drop a for each activity inside the for each row activity and pass the array items .
  4. Use switch activity for 5 different cases to “click” since your multiple choice has 5 options
    So that you can able to iterate through the loop.

Regards,

1 Like

Hi @Mohammed_Fahim_H

If for some reason - depending on the target app - the Check/Uncheck Activity does not work: Try to use a regular “Click Activity” and use the current Hobby in your (dynamic) selector. Instead of clicking the Checkbox we can oftentimes also click the respective Hobby Text instead.

Best regards
Roman

1 Like

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