
I get a multi-selection response from a form in a flow. the content may look different each time. I then want to write the content to a SharePoint list using Power Automate. So that it doesn't look too confusing, I would like to show it as a list.
Input:
["Wenn nein, welche Änderungen sind notwendig? ","Hat die Änderung Auswirkungen auf die Meßsoftware/ Prozess/ Aktivitäten?","Hat die Änderung Auswirkungen auf die Produktionszeichnung?","Hat die Änderung Auswirkungen auf das Datenblatt/ Vertriebstexte/ Pricing?"]
Output:
- Wenn nein, welche Änderungen sind notwendig?
- Hat die Änderung Auswirkungen auf die Meßsoftware/ Prozess/ Aktivitäten?
- Hat die Änderung Auswirkungen auf die Produktionszeichnung?
- Hat die Änderung Auswirkungen auf das Datenblatt/ Vertriebstexte/ Pricing?
I've tried writing it first to an array and then back to a string for each array entry.
But unfortunately it didn't work.
How can one solve it?