If I have one single Microsoft form, is it possible to get all the results duplicated into multiple sheets automatically. I want it where each time results are entered it updates all the sheets simultaneously.
If I have one single Microsoft form, is it possible to get all the results duplicated into multiple sheets automatically. I want it where each time results are entered it updates all the sheets simultaneously.
Hi! So I made this flow and entered all my parameters but it isn't working. My form only updates the original excel sheet and not the other sheets. Is there something I could be doing wrong?
@Unknown3
You can also put the actions in series (rather than parallel branches) within a "Scope" Add row to tables.
Depends on your personal preference and potential execution speeds.
Hi @Unknown3 ,
Yeah, so your flow may look something like this, in this example adding a row to 4 sheets at the same time.
You should be able to do what you want to do, I suggest you use a Paralle Branch for each duplicate form you want to populate. You will only be alowed 50 branches.
Andrew