Hi,
Currently I am trying to split a column from excel file called "Test". Within the column "Test", there are values of string contain something like this - "X=12345;Y=67890;" I would like to split X and Y into two separate table of its own value inside excel. How can I achieve this using Power Automate to create the flow? The table below look something similar to what I am trying to achieve.
| Names | City | Test |
| John Doe | New York | X=12345;Y=67890; |
| Jane Doe | Seoul | X=19273;Y=06948; |
| Mary Jane | Kuala Lumpur | X=06847;Y=58672; |
| Peter Johnson | Auckland | X=37465;Y=29486; |
Please advise.