cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
TFalconer
Helper I
Helper I

Getting Survey Responses from Customer Voice

Hello, 

 

Since Forms Pro has been now moved to Dynamics365 Customer Voice, I cannot make a flow that pulls responses the same way that I used to, now instead of using the forms connector, it looks like we have to go through CDS.

 

Right now I have my flow set up to trigger if a new record is created in the entity for Customer Voice Survey Response. Now I need to find out how to pull in the survey responses into my flow (but without using the usual get Form response action), does anybody have any experience with this?

 

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions
abm
Super User
Super User

Hi @TFalconer 

 

According to the documentation it says there's no impact to your existing Forms Pro surveys with the transition to Dynamics 365 Customer Voice. You'll now have new capabilities along with the new user interface. All the existing surveys will continue to receive responses. If Power Automate flows were created, they will continue to work.

 

https://docs.microsoft.com/en-us/dynamics365/customer-voice/forms-pro-transition

 

I have tested this now and I can get the responses via Power Automate. Please see the below flow which I tested.

image.png

 

Thanks

 



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

View solution in original post

19 REPLIES 19
abm
Super User
Super User

Hi @TFalconer 

 

According to the documentation it says there's no impact to your existing Forms Pro surveys with the transition to Dynamics 365 Customer Voice. You'll now have new capabilities along with the new user interface. All the existing surveys will continue to receive responses. If Power Automate flows were created, they will continue to work.

 

https://docs.microsoft.com/en-us/dynamics365/customer-voice/forms-pro-transition

 

I have tested this now and I can get the responses via Power Automate. Please see the below flow which I tested.

image.png

 

Thanks

 



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials
Broo
Regular Visitor

I'm having the same problem. Get response details does not return survey response details.

 

Broo_0-1601609920275.png

 

Broo
Regular Visitor

In case someone has this problem in the future use the survey ID from the link and not survey URL

 

Broo_0-1601611059696.png

 

abm
Super User
Super User

Hi @TFalconer 

 

Thanks for the update @Broo . @TFalconer  do you still need help in this?

 

 



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

thank you!

Hi @TFalconer 

 

If your problem has solved, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!

 

Thanks



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

@abm - just working on it/checking now!

@abm @Broo 

still having an issue connecting to the form.

 

Screenshot 2020-10-05 100100.png

abm
Super User
Super User

Hi @TFalconer 

 

Looks like your Form Id is not quite right.

 

image.png



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

@abm 

It doesn't work from the dropdown, so I copied the Survey ID as per @Broo 's suggestion, still gives me this error.

 

Hi @TFalconer 

 

Did you created this survey?

 

Thanks



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

@abm 

Nevermind- refreshed, tried again and it worked.

TFalconer, the problem is this is you are using the whole url not the id: string after id=

ManishJain
Solution Sage
Solution Sage

Hi @Broo , @TFalconer 

 

Since Customer voice surveys are integrated with Dynamics , there are several entities in CRM related to Survey and I see survey response entity in it as well. So instead of using Forms when submitted I tried using CDS trigger on Create of Survey Response and I get related fields in it as well 

 

Thanks

Hi

 

I'm afraid I can't get a flow to run use the Forms trigger with a Customer Voice Survey.

nktechsse_0-1673769053294.png

I've got the Form Identifier from the URL and my user has access to the Customer Voice Project. But when I try test my flow, it never triggers... I can get a flow to trigger when I use the Dataverse trigger (e.g. Added row). But processing answers to the form will require a lot more logic in the flow.

nktechsse_1-1673769241958.png

Any help in getting the Forms trigger to work would be appreciated...

 

shannonfar
Regular Visitor

@nktechsse 

 

I started having the same issue for a new form I created on 1/6. According to a Microsoft contractor they are no longer recommending to use this flow.

 

Super frustrating and hopefully the old flows will continue to work.

 

 

Hi @shannonfar @nktechsse 

 

If you using Customer voice (FormsPro) use the below steps: 

 

Here filter the response using the survey id. You can get the survey id from Dataverse once the customer voice survey is created.

 

image.png

 

 

If you using Microsoft Forms then use Forms trigger.

 

image.png

 

Thanks

 

 



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

This is very useful, thank you. I have multiple surveys and i am struggling to have it trigger against a single form ID.  I have followed your example but receive errors.  For filter rows i have used _msfp_surveyid_value eq !!surveyid!!

 

Here is an example on the errors, i will replace the survey ID with !!surveyid!! for this example. 

 

Exception parsing _msfp_surveyid_value eq !!surveyid!! submitted for attribute filterexpression of callback registration. Target entity: msfp_surveyresponse. Exception: Microsoft.OData.ODataException: Syntax error at position 46 in '_msfp_surveyid_value eq !!surveyid!!'.
at Microsoft.OData.UriParser.ExpressionLexer.ValidateToken(ExpressionTokenKind t)
at Microsoft.OData.UriParser.UriQueryExpressionParser.ParseExpressionText(String expressionText)
at Microsoft.OData.UriParser.ODataQueryOptionParser.ParseFilterImplementation(String filter, ODataUriParserConfiguration configuration, ODataPathInfo odataPathInfo)
at Microsoft.OData.UriParser.ODataQueryOptionParser.ParseFilter()
at System.Web.OData.Query.FilterQueryOption.get_FilterClause()
at Microsoft.Crm.ObjectModel.EdmModelEvaluator.EvaluateFilterExpression(String filterExpression, ODataQueryOptions queryOptions)
at Microsoft.Crm.ObjectModel.EdmModelEvaluator.EvaluateFilterExpression(String filterExpression)
at Microsoft.Crm.ObjectModel.CallbackRegistrationService.<>c.<.cctor>b__67_0(EdmModelEvaluator evaluator, String testValue)
at Microsoft.Crm.ObjectModel.CallbackRegistrationService.ValidateInputEntity(IBusinessEntity entity, ExecutionContext context, IFeatureDetailContainer featureDetailContainer)

 

Any input would be apricated?

 

 

 

 

 

Hi @cbulmer 

 

Could you please post a new thread and tag me as @abm. Also post some screenshots and errors which step you getting. I will have a look.

 

Thanks



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show.  

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Users online (4,760)