
Hey guys,
I have a problem with my flow and the Update Item function for list items.
But first I´ll explain, what I want to archieve. I have multiple columns in one Sharepoint list ( List B ) which I want to display in another Sharepoint list ( List A ). In my case, there are 11 values that I want to store. The scheme should be as follows:
ColumnThatDisplaysAllValuesFromListB
NameColumn1: Value
NameColumn2: Value
NameColumn3: Value
My Problem is, that the column in list A did not recognize the new line. I tried everything ( \n <br> decode %0A, initialising a variable just for new line etc. ). I also tried to change the view with JSON, which works, but I had to create new columns and add it to the mainview for referencing. That does not fit the requirement, because I want to display 11 columns from List B in 1 column in List A and do not want to add 11 new columns for that ( that are visible in the main view ).
Do you have any ideas? I also find a workaround, where you could change the sorting by columns to reference columns that are not visible in the main view. But that only works for 2 columns but I have 11.
I am grateful for any tips
Best regards
illow