Ak_4
February 19, 2023, 5:01pm
1
I have some name stored in Add in collection activity. for ex : abc, xyz, yui
On portal i have
SrNo. Name Checkbox
1 Poi
2 Abc
3 Ujk
4 abc
5 xyz
6 yui
I want to tick on checkbox for the data in my add in collection.
So i have used get attribute for no. and Name and exist in collection activity.
But how can i use if conditions or any way to tick checkbox.
Anil_G
(Anil Gorthi)
February 19, 2023, 5:07pm
2
@Ak_4
Check if it has a tablerow or a idx property which would be equal across each row and use that for going trough…
You can as well try using for each ui element and then get the details and check accordingly
Cheers
Hey
it shoild be an anchored click, the let part will look for the attribute you need, it means that you need to create a dynamic selector, most likely the innerText propertie will work, and in the right part just click the checkbox
also you can to the same with modern activitites, just need to edit the selectors and thats it
Regards
system
(system)
Closed
February 22, 2023, 6:13pm
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.