I have a List that is updated from data from a MS Form. One of the column contains data separated by a semi colon.
I need to create a flow that updates the form data received, and splits the data in one column into separate columns using semi colon in that List as the delimiter. The columns are already created, and I just need to move the data(in the Facilitator column) into those three different columns Facilitator Name, Facilitator Employee ID and Facilitator Email.
What would be the step-by-step process for this flow?