Hello Folks,
I want to add new column in this(Refer Below screenshot) table named as "Value" and Exactly same as a ID column data.
Can someone help ?
So far I have tried
AddColumns(Split(Item_List_ID,",")), "Value" , (Split(Item_List_ID,",").Result)
But this is returning only table inside of that I want a duplicate of ID in value
