Questions tagged [microsoft-forms]
67 questions
6
votes
1 answer
How to programmatically fill out Microsoft Office Forms form?
My company has a Microsoft Form that I have to fill out around 10 times every month, but the actual form data that I input doesn't change very much. For the fields that don't change I want to be able to programmatically fill it out, likely using…

user2320861
- 1,391
- 2
- 11
- 28
4
votes
0 answers
Capture Submit Events for Microsoft Form in a Blazor Application
I am using Microsoft Forms for survey purposes in my Blaozr Application which is created using ASP.NET Core 3.1.302. A screenshot regarding how the Microsoft Form is looking is attached below:
The code which is used to show this Form is mentioned…

Saad Saeed
- 83
- 6
3
votes
1 answer
Call MS Graph API to collect Online MS Form responses
Is there a solution to collect responses from a shared online MS Form via MS Graph API?
I used the MS Graph API for other purposes i.e. to have access to personal/shared files in OneDrive.I couldn't find a straight forward solution to have access to…

Amir Maleki
- 389
- 1
- 2
- 14
2
votes
0 answers
Create intake form process with automation for Azure DevOps (ADO)
I'm wanting to create an intake form that will create a new work item on a Azure DevOps board. Right now I've got a Microsoft Forms form create and have lightly tweaked the pre-made Power Automate script that is provided for this purpose.
Right now…

LegalizeCats
- 21
- 2
2
votes
0 answers
How Convert all Microsoft Flow Questions to a Table Automatically?
I am trying to do something that I thought to be simple but I can't figure it out. I just to to GRAB all the question from a Microsoft Form and send the results by email. But I want to make in a way that if we create a new question in the future the…

Ignacio Correia
- 3,611
- 8
- 39
- 68
1
vote
1 answer
Dynamically update a sheet based on values received in another sheet (within same workbook) from a form
I am using Office 365. In order to collect info from forms in a live Excel sheet, I created a new Excel Online workbook/ file (basically within the browser, logged into Office 365, went to Excel and "Create New" which created an Excel file in…

OC2PS
- 1,037
- 3
- 19
- 34
1
vote
1 answer
Is there a way to remove the calendar from date questions in Microsoft forms?
I have a Microsoft form that I am sending out to clients. I've gotten feedback that the calendar in the date-based questions is confusing and hard to work with. Is there a way to remove the calendar from date-based questions in Microsoft forms? I…

mkelley
- 105
- 5
1
vote
0 answers
How can I modify this code to allow for a counter-style change in colored panels using Microsoft Forms in Visual Studios?
I am trying to build a program in which the user can manually input the required matrix size of a grid of nxn panels. The panels then cycle through different shades of grey in such a manner where the first panel cycles through all the shades (ex: 5…

Mazen Mourad
- 11
- 1
1
vote
0 answers
Simulate Key Stroke in Microsoft Form Text Box
I have a Microsoft Form that I am programmatically filling out with jQuery but after modifying the value in the text box, I can't submit the form even though the text box clearly contains text. The form gives the error, "this question is required,"…

Trent
- 11
- 2
1
vote
1 answer
Creating a case from Microsoft Forms into Salesforce
Is there a way to take responses filled in Microsoft Forms and create a case into Salesforce?
I have not gathered enough information to attempt this problem.

Caleb H
- 11
- 1
1
vote
0 answers
Create a dynamic dropdown menu in Microsoft Form
I'm trying to make a Microsoft Form and want to have a dropdown menu for one of the questions. I was wondering if it was possible to have an add feature where recipients could add an answer to the drop down menu if they don't see what they're…

Nithin Reddy
- 25
- 3
1
vote
2 answers
Logic app how to get a file uploaded in microsoft forms
I have a microsoft form where I attach a file (an excel) and I want to get this file and parse the content in Logic App. When I get the file, I receive an array like this:
{
"name":"FileName.xlsx",
…

Aaron Palazon
- 43
- 5
1
vote
2 answers
Azure Logic Apps and Microsoft Forms - Get field descriptors
I have a Logic App that retrieves the responses submitted by the users through Microsoft Forms.
When I see the Logic App Run, I can see the descriptor for each field (MuleSoft, IoT & Integration, Encuesta de tecnologías, ...), for example:
But in…

felixmondelo
- 1,324
- 1
- 10
- 19
1
vote
3 answers
Microsoft forms embed in bootstrap modal dialog not working
I'm trying to embed a Microsoft Forms survey in a modal dialog. When a user clicks a button, I want a dialog box which loads the Microsoft Forms survey. When using the below code, instead of the actual survey, Microsoft Forms just displays a link.…

pradeep
- 175
- 1
- 13
1
vote
1 answer
How to get contents of a single file uploaded via Microsoft Forms using 'File Identifier'?
Desired Behaviour
Upload file using Microsoft Forms
Get file content
Create new file in new location
Delete original file
Actual Behaviour
I am getting error at step 2:
"body": {
"status": 404,
"message": "File not…

user1063287
- 10,265
- 25
- 122
- 218