Is there any option under ui interaction to get values directly from excel with out using for each row in studio but not in studio x

Hi all,
As I want to reduce my code
Is there any option under UI interaction to get values directly from excel with out using for each row in studio but not in studio x

Hi @saritha
Depends on what you need, but I would think of Linq Statement if you don’t want to loop through a foreach row to get values (or filter activity)

thanks