How to pick up specific string from table?


Hi

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?

Thanks

@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

Hi @RajaniG

How do i check that the table is HTML?

Thanks

@abdul.hakeem.siraj
The below link would help you in extractring any structured Data