Hi @vrevankar ,
Please check this test:
First go to your SharePoint group site and check the folder path where the files uploaded by MS Form are stored.
My Folder Path:

My Flow:


{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"link": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {},
"size": {
"type": "integer"
},
"referenceId": {
"type": "string"
},
"driveId": {
"type": "string"
},
"status": {
"type": "integer"
},
"uploadSessionUrl": {}
},
"required": [
"name",
"link",
"id",
"type",
"size",
"referenceId",
"driveId",
"status",
"uploadSessionUrl"
]
}
}
Then copy the folder path to 'File Path' in 'Get file content using path'.

/Shared Documents/Apps/Microsoft Forms/FormName/QuestionName/@{items('Apply_to_each')?['name']}
dataUri(outputs('Get_file_content_using_path')?['body'])
My Outlook Inox:

Best Regards,
Sunshine Gu