Hi,
I have a scenario where the following needs to happen in sequence:
1) A sharepoint list (e.g.: 20 individual rows) is maintained in sharepoint.
2) In Flow, i need to take a specific column of the sharepoint list in 1), and produce a new sharepoint list which has 1 row. The individual values from the multiple rows of the column of interest need to somehow be concanetated into mutliple line text (text 1;text2;text3...) in a single field.
I've tried with Flow, and the 'for each' function which it automatically adds does not work. It takes the individual value and process them one at a time - this creates brand new entry for ALL the records, rather than a single field with concatenated records.
Have someone tried out this similar concept with Flow before?
Or is it something that's not currently supported?
Help much appreciated!
Thanks