I need to update my datatable’s first column value with static text without using loop. kindly help.
This has to be updated as below.
Column A have to be updated with static text Amount without using loop.
I need to update my datatable’s first column value with static text without using loop. kindly help.
This has to be updated as below.
Column A have to be updated with static text Amount without using loop.
Try it:
Check this workflow, @cscrpa002
Forum_Sequence2.xaml (11.9 KB)
I have done it without for each.
Don’t we have a single line of LinQ script to update the column value ? Just asking out of curiosity.