Hi,
I'm I have a SharePoint list with 50 Concenated columns. 25 columns are dropdown columns and 25 are related comments.
I'm trying to write a flow which will split the dropdown values and then write to a SharePoint list as a single line item with its related comment.
I'd also like to only submit certain dropdown values into the SharePoint list (if possible)
Data Examples:
Title Column A Column B
Project A Observation, Conformance, Improvement All good, more work, test one
Project B Observation, Conformance, Improvement All good, more work, test one
I want to then take only 'observation' + comment into the new Sharepoint list,
Thanks for the help!