Activities unique ID's and invoking activities with ID

Hi All,

I am automating complete web page but its taking time where i need to update just a single flag by going through each text field and flag.

We have any unique id’s for each activities so that i can look up for the specific activity ID and invoke the same??

Also if there is any unique ID ,how to invoke the respective Activities??

Thanks in advance.

Regards,
Somanath.P

If you’re referring to unique selectors for web page elements, then yes, each will be unique. If the items you’re updating are tabular or in a list of some form, there is likely an idx or row and column attributes you can use to iterate over the items, rather than using multiple copies of the activity.