Hi,
I’m creating a workflow sequence where I’m trying to select a particular grid element(dynamically) if two other elements are present (dynamically declared) on the same grid in a different column but same row.
example :
condition:
if the Description is Testing and Product is HRMS Click on Imran,
all these data (Testing, HRMS, Imran should pass dynamically from an excel.)
Hi!
I’d advise one of these options:
Reading the table as a datatable, insert an index column that you can use as an input to a selector. Use a filter datatable based on your inputs, then using the index column of that row use a click-activity with a dynamic selector based on that index.
Or:
Find the selector that allows you to find the row based on both of your inputs directly.
Either way you’d have to use dynamic selectors
Studio - Dynamic Selectors (uipath.com)