I am performing a web automation where I need to pick up a string corresponding to GUID. The position of GUID keeps changing. Here in the screenshot, its present in the third row. It keeps varying for different users.
What are the activities which I should use to capture GUID and store it as a variable?
@abdul.hakeem.siraj
If the above is a html table.
1.You can extract the table using Data scrapping → which gives Datatable as output
2.Use Filter Datatable activity and filter row having its ID as GUID
3.You can get the corresponding string from the filtered row