@Anonymous I have a list with me , after I performed actions like 'Remove duplicate items in the list'. I have to change the list values(generic value type) to data table (with data rows), the data coming from this action 'remove duplicate items in the list'. As i need to write the data back to a excel file. And as you mentioned above %{ ^['Name', 'Phone', 'State'], ['Alice', '1234', 'AA'], ['Bob', '2345', 'BB'], ['Cindy', '3456', 'CC'] }%.
My list contains dynamic values , as every time it will be changing. not specific one's . So kindly suggest what format to use for dynamic values , not fixed values.
Kindly look into this .Thanks in advance.