
Hi,
I have created a survey with Microsoft Form.
I would like to fetch/get the name of the survey with Flow to be able to populate a field in Dynamics with it.
Is it possible to get this information through the action Get response details?
Or is it possible in some other way?
Regards
Hello MikAnn,
Currently the only actions available for Microsoft Forms / Forms Pro are the ones listed in the following pages:
https://docs.microsoft.com/en-us/connectors/microsoftforms/
https://docs.microsoft.com/en-us/connectors/microsoftformspro/
I believe that currently there is no way to achieve this. Even if you try to "Peek Code", the form identifier that you will see will be something like this:
So even if you add the parameter to the "Create a new record" action from Common Data Service, you will get this string, not the Form's name.
Another option would be to use an API to retrieve all the forms, however, at the moment, Microsoft Forms doesn't have a public exposed API so this path is also not possible.
There is an UserVoice idea related to this last point. You can find it here: https://microsoftforms.uservoice.com/forums/386451-welcome-to-microsoft-forms-suggestion-box/suggestions/20480830-api-for-microsoft-forms
Best regards,