How to get row value dynamically

I want to iterate through the Asset Column. if the Sequence changed of AssetName it should be work dynamically.

Use read range activity and for each row activity to loop through each rows. It will work

1 Like

Better you add them into a dictionary and fetch the information using dictionary key…