Dear Tracee415,
I'm following up on the thread.
You can get all form responses from Microsoft Forms Rest API and then extract all Question1's responses to sheet1 and all Question2's responses to sheet2 and so on by Power Automate. You can create a temporary list to store the Question1 responses and Question2 responses.
You can create the flow as follows.
Rest API to get all responses.
Method: Get
Uri: formapi/api/forms('formid')/responses
Apply to each: outputs('Send_an_HTTP_request_to_SharePoint')?['body']?['value']
Compose: items('Apply_to_each')?['answers']
Compose2: json(item()['answers'])[0]['answer1']
Compose3: json(item()['answers'])[1]['answer1']
Result:
Welcome to share any updates when you have time if you need further help on this issue.
Sincerely,
Cliff | Microsoft Community Moderator
***Note: In the event that you're unable to reply to this thread, please ensure that your Email address is verified in the Community Website by clicking on Your Account Name > "My Profile" > "Edit Profile" > Add your Email Address > tick "Receive email notifications" checkbox > click on "Save". ***