I’m currently working on an automation project, where I need to get the counter position form a given element in a datatable.
My brain is currently not working, and I would love it if some of you could give me some advice.
I assume you are talking about the AllIndex case. When we expect multiple rows matching the evluation we have to handle multiple returned indexes. Therefore we used the array
Maybe you case has some specifics:
where I need to get the counter position form a given element in a datatable
feel free to share some more details on this with us
In case of you want to search dynamicly in columns and or rows find a starter help here: GetAllRowColIdx_By1Value.xaml (10.7 KB)
I’ll try to explain. I have a table in a given system. I further datascrape the table, and need to get a specific number from the table. From there on I need the row column position for the specific number, in order to continue with the automation task.