Hello, i have a ms form and send the results to a Sharepoint List, but in one of the fields can receive multiple answers. So, in the flow i edited to separate the results adding and enter. Now i can see the results separated, but i can't apply a filter because there can be one, two or more options.
Is there a way to extract the values of the strings?, These strings are names and they can be listed in different order, these strings have different sizes but the are always the same for example the appear like this
option1
option2
option3
Is there a way to extract every string a send it to an excel file? the strings can be sorted in different order, so i need to look for an specific string no matter in what position is it.
Thanks a lot!!