1. Click on New flow and Create an Instant Cloud Flow.
2. Enter the Flow Name, select Manually Trigger a Flow, Click on Create.
3. Click on New Step.
4. Type Compose in search box and click Compose action from Data Operation under All tab.
Write an expression to split a string from compose output.
For that, click on Add dynamic content -> Expression
Under Expression input box, write a function Split(outputs('Compose'),';')
Click Ok.
8. Click on New Step, type Apply to each in search box and click Apply to each control from Actions Tab.
10. Under Apply to each action create a Compose action and manually input "@item()" to get splitted values.