form pro Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/tag/form-pro/ Microsoft Dynamics CRM . Microsoft Power Platform Tue, 02 Jun 2020 07:32:13 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/04/cropped-Microsoftdynamics365-blogs.png?fit=32%2C32 form pro Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/tag/form-pro/ 32 32 176351444 Map forms pro survey response to Lead Microsoft dynamics 365 or Share point http://microsoftdynamics.in/2020/06/01/map-forms-pro-survey-response-to-lead-microsoft-dynamics-365-or-share-point/ Mon, 01 Jun 2020 07:04:16 +0000 http://microsoftdynamics.in/?p=3280 The post Map forms pro survey response to Lead Microsoft dynamics 365 or Share point appeared first on Microsoft Dynamics 365 Blog.

]]>

Create Power Automate flow to map Forms pro Survey with Lead entity

  • In our previous post, we created a Forms pro survey and embedded it in our website contact us page.
  • In this page, we will capture survey response answers with lead entity fields i.e First name , Last Name, Email, phone number, Organization.
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/formspro-blogs-Powerautomate-convert-to-lead.png?fit=1236%2C765

Step 6: Create new Power automate Flow When Forms pro Survey response is created

  • New Flow -> Name it as per requirement, I kept ” convert survey response to Lead”
  • Now Select Action as “When a record is created”
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed3adaa98efa.png?fit=1079%2C692

Step 7: Get Survey Response question answers Details in power Automate flow

  • Click Create -> Select Environment for which forms pro survey was created and Entity to map
  • Next step while be selecting connector, here we will not select Forms Pro, but Microsoft forms as a connector to get the response details
  • After selecting Action it will ask to select Survey and then will ask for Identifier which after some research found it need an expression to convert SourceResponseidenifer (you will find value in the record, each record has unique value)
  • int(triggerBody()?[‘msfp_sourceresponseidentifier’])
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/formsprosurvey-response-to-leadfinal-.gif?fit=1280%2C720

Step 8: Create Lead and Map Survey Question response with lead fields

  • Add new step -> select connector Common data service -> Action as Create a new Record
  • Select environment -> Entity
  • Now map Lead fields with Get response details field
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed3b625ca929.png?fit=1630%2C887

Step 9: Now we will update Forms Pro Survey response with Regarding field and subject

  • Adding a new step to update a record in dynamics 365
  • Select Environment -> entity -> and identifier of survey response on which flow was triggered

  • Mapping all other fields i.e recipient name, email, and regarding field as a lead
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed3c90d297c7.png?fit=795%2C717

Testing Lead creation

https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/formsprosurvey-response-to-lead-test-.gif?fit=1280%2C720

The post Map forms pro survey response to Lead Microsoft dynamics 365 or Share point appeared first on Microsoft Dynamics 365 Blog.

]]>
3280
Create Anonymous Survey without Variable – Forms pro Microsoft dynamics 365 http://microsoftdynamics.in/2020/05/31/create-anonymous-survey-without-variable-forms-pro-microsoft-dynamics-365/ Sun, 31 May 2020 16:06:36 +0000 http://microsoftdynamics.in/?p=3258 Normally there are 3 types of surveys Personalized, Anonymous, and 3rd not so famous partially anonymous. we will cover all of these Click here
We would be using this anonymous survey as Contact us on our website that can be converted as the lead in CRM (Create lead from custom website to CRM without the use of custom API it connector)

The post Create Anonymous Survey without Variable – Forms pro Microsoft dynamics 365 appeared first on Microsoft Dynamics 365 Blog.

]]>

Normally there are 3 types of surveys Personalized, Anonymous, and 3rd not so famous partially anonymous. we will cover all of these Click here
We would be using this anonymous survey as Contact us on our website that can be converted as the lead in CRM (Create lead from custom website to CRM without the use of custom API it connector)

https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/formspro-blogs-Anonymous-e1590861210960.png?fit=1198%2C741
Step 1 : Go to Formspro.microsoft.com or forms.office.com for accessing form pro portal or Dashboard or if yo don't have the subscription you can get from here. There will be 2 options
  • New  Survey
  • New Quiz
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed0fe6fcfcc3.png?fit=1916%2C607
Step 2: Creating a simple survey with no Variable ( we will have another post for variable in Anonymous survey)
  • We can use Variable to populate dynamics data from Source or as a parameter, But then it would be considered as a partial anonymous or personalized survey.
  • Click here to check how to pass the variable value in Survey URL as a parameter

  • We will create a simple survey that will ask for name, email, phone number and organization name.

https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed28095bd5a9.png?fit=1200%2C1517
Step 3: Generate code to embed Survey on your website
  • We can use QR code, simple link or website embedding to distribute our anonymous survey
  • Here we will embed the survey on our website and use survey response to create a lead-in CRM
  • Copy the code generated
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/formspro-blogs-Anonymous1.png?fit=1791%2C960
  • We can use QR code, simple link or website embedding to distribute our anonymous survey
  • Here we will embed the survey on our website and use survey response to create a lead-in CRM
  • Copy the code generated and past it on the web page
  • 1 thing which is not mentioned in form pro is , we need to add extra div section which will be the actual placeholder for the survey to display
https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed2888485294.png?fit=1261%2C328

Test the embedded survey of forms pro on WordPress website, once Response is received it can be converted to Lead,
Click here: convert survey response from website to lead and use variable to identify the source of an anonymous survey

https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/05/img_5ed29979084fa.png?fit=640%2C804

The post Create Anonymous Survey without Variable – Forms pro Microsoft dynamics 365 appeared first on Microsoft Dynamics 365 Blog.

]]>
3258