Select Multiple Range activity for the below interfacce

Hi Team,

So I am working on the Project where I need to select multiple items which matches only some of the selectors which matches.
vi

FOr example:- In the above image I need to select the paths which have matching texts (like using * in the selectors)
In the above case, lets say that I need to select first two elements which has the path containing “…graphs.xlsx…”

Please let me know if its not clear.

Regards
@hacky

Can you try giving the path as

Directory.GetFiles(“*”,“graphs.xlsx”) @hacky

its done.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.