Hi All,
I have a data table DT1 with two columns (UserID, Email). I need to fetch all values from ‘UserID’ column of DT1 and write into a cell of another data table.
How is this possible?
Thanks in advance.
Hi All,
I have a data table DT1 with two columns (UserID, Email). I need to fetch all values from ‘UserID’ column of DT1 and write into a cell of another data table.
How is this possible?
Thanks in advance.
Hey,
if you need write all values from UserId column to one cell, I think you need use string.concat. So, maybe you will use this workflow:
BlankProcess12.zip (10.9 KB)
Let’s check and let me know if it is what you needed
Thanks
I’m glad that I could help
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.