Hello Everyone,
I have a text column in SharePoint with content saving it as "test;testing" something like this and I want PowerAutomate to split the text based up on semicolon and run " apply to each" for each word which was split. I am not sure if I am using right steps or not.
example: 1. For a selected Item
2. Get Item
3. Compose -split(body('Get_item')?['location'], ';') --- Here I am trying to split words into two, example into test and testing
4. Apply to each - output of compose