Hello,
I need to build a power automate that takes pre existing data and adds a column as well as automatically adding this information to new submissions.... here is the backstory.
I have a Sharepoint list with a field that has multiple lines of text separated by Char(10).. basically people are allowed to pick certain bullets that pertain to the submission. For example the multi line of text in Sharepoint may look like this...
1.1 tex text text text
1.2 text text text text
2.1 text text text text
4.2 text text text text
4.4 text text text text.
I need to use power automate or Sharepoint or power apps to extract the numbers from the text field and concat them... essentially I need the outcome to be this
1,2,4
I have tried a lot of things but can't seem to get it to work. Any ideas?