Hi Friends
Could you please advise on how to check a checkbox in a row where the value in a specific column matches the input value? I have briefly described the steps in the screenshot below. Thank you in advance for any suggestions.
Check the below thread for your reference, it will help you most,
Hope it helps!!
hi @mkankatala thanks for your reply
- i tried to assign value with your formula but it error like pic below
2.on your comment"select the attribute which contains the Codes in the Table." which part of the table should indicate ,the same ways as table extraction ?
hi @ppr thanks for your reply
Could share a example of flow? i very new to UiPath
Hello @Supasit_Reantongchai
You have to store that expression in a List of String datatype variable.
Check the below steps,
→ Create a List Variable called List_CheckElements and store the Input in this variable by using assign activity.
- Assign -> List_CheckElements = New List(Of String) From {"34","302"}
→ Then drag and drop the For each Ui element activity and indicate on the first check box then it will automatically identify all the check boxes, then there is For each UI element window in that click on Add Label.
→ Then indicate any of the value in the column which you want to verify with, (In your case the column has values like 7, 34, 0034) after you indicating one value it automatically extract all the values.
→ For each UI element activity output is CurrentElement and CurrentLabel_1.
→ Inside For each insert an If condition to check the CurrentLabel_1 value with List_CheckElements.
- Condition -> List_CheckElements.Any(CurrentLabel_1.toString)
→ Inside then block insert the click activity and find the Input Element field in the properties.
→ Then pass the CurrentElement to the Input Element.
By following above steps, the bot will iterate through each check box which checkbox contains the value in List_CheckElements Variable then it will check.
Hope it helps!!
@mkankatala thanks you for your suggestions, please give me some advice about this
-
i tried to create new list variable by using below pic does it correct?
-
Attribute field in Get Attribute activities which one should select (i dont know where to find column name attribute)
i tried to use ui explorer by indicate elements and click on some number in table but didnt sure which is Attribute name
3.in IF activities condition i tried your formula but it said like this , does it need to change variable scope ?
my current flow
hi @Anil_G thanks for your reply
could you please draft some flow in UiPath for me please ?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.








