Perfrom activity based on row item in my data table

Perfrom activity based on row item in my data table

Use Case Description

I wish to use a click activity to select a specific checkbox in a web form based on the text entered in my Source file (csv).

My workflow is like:

  1. reads the CSV file
  2. creates a datatable
  3. for each row in my datatable
  4. perform action ‘click’

Should I use an If statement to check for specific text in my Row? How do I write the syntax. Then I can use Else commands for the other text entries.

For example, my source file may contain text like “Design Tools”. Then I want to click the first check box in my web form

AS-IS WORKFLOW, TO-BE WORKFLOW

-

Other information about the use case

Industry categories for this use case: Healthcare Pharma

Skill level required: Beginners

UiPath Products that were used: UiPath Studio

Other applications that were used: -

Other resources: -

What is the top ROI driver for this use case?: Accelerate growth and operational efficiency

Hello, do you think you can use dynamic selector on your click ?
Maybe using a for each row of your data table, an for each row you get the text and with a dynamic selector you can click on the text in the web form. If you are not sure that the text is present on the web form, you can add a fin element or element exist, else just a simple click,

Hope this will help you,

Regards

Thanks @Yamatendo I will try this today

A

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