Forum Discussion
Quiz score available via Flow in Forms Pro?
- Apr 04, 2019
It does not appear MS Forms Pro makes a quiz's points scored available to Flow.
I created a MS Forms Pro Quiz
I created a Flow triggered when a MS Forms new response is submitted
I added MS Forms Get response details to the FlowI added a SharePoint Create item to the Flow
I then took the quiz and the Flow triggered
I checked the OUTPUTS in Create item and did not see any reference to 'points scored' in the JSON.
So, I'm thinking getting MS Forms Quiz points via Flow is still not possible.
If this is not a valid test or I am missing something, could someone please let me know?
Thanks
Add(variables('Answer1'),add(variables('Answer2'),add(variables('Answer3'),add(variables('Answer4'),add(variables('Answer5'))))))
and I got the same error again...
- dheeraj89Apr 07, 2021Copper ContributorYes all the variables work just fine, till the time I try to add them using the compose function.
I need the apply to each because I am comparing the get id which is created when a user was enrolled
If its not too much can you get on a teams call right now, I can send a link to you and you can join as a guest- dheeraj89Apr 08, 2021Copper Contributor
Hi, yes I added the formula in expression content and not dynamic.
I am not sure why this is not working, I seem to have done everything as per the steps you mentioned.
The strange thing is it works absolutely fine when I don't use the compose step in my flow.
- ryanVSSApr 08, 2021Copper Contributoronly thing i can recommend put the "apply to each" and "Get items" after you've marked the form response. Personally, i would carry out all the actions on the form before i do anything with the information - this is why i think the flow is breaking.