Datatable : update without for each activity

Hi,
Is it possible to update value in a Datatable column against certain select criteria, without using For Each activity?

Yes you can use Datatable.Select(“filter expression”) and please refer this posts.

Thanks for revert.
But my requirement is not to select.
I have one Datatable, from which I need to update column for few rows say where col2 = “ABC”, without using for each.
Using for each, it will take time for search for required row and then update. So looking for an alternate.

@ccma

Find the attached code, here i have added flow to fit your requirement.

Solution.zip (8.5 KB)