Hi guys,
I have an example table with a column called "Test". Within "Test" column there are characters that I would like to split and only return specific values back and put it into a new column in Excel spreadsheet.
| Name | Price | Test |
| John Doe | $3,00 | |
| Jane Doe | $10,00 | X=12345;Y=67890 |
| Peter Johnson | $100,00 | X=12345 |
As you can see the table above, the first column has an empty string in the column "Test". I would like to only return the value of X and Y but remove the rest such as semicolon, X= and Y=. How can I achieve this flow using Power Automate? Can someone please do an example of this scenario in a flow as I got a failed for the first row due to there's an empty string in the column "Test". How can we skipped that and move onto the next row to split and return on the values of number and put it into two new column called X and Y?
Please help and advise.