Update first column of datatable with static text without using for each

I need to update my datatable’s first column value with static text without using loop. kindly help.

image

This has to be updated as below.

image

Column A have to be updated with static text Amount without using loop.

Try it:

image

Check this workflow, @cscrpa002
Forum_Sequence2.xaml (11.9 KB)
I have done it without for each. :+1:

Don’t we have a single line of LinQ script to update the column value ? Just asking out of curiosity.