Forum Discussion
rgentile
Mar 29, 2019Copper Contributor
Quiz score available via Flow in Forms Pro?
Hello, Does anyone know if Forms Pro makes it possible to get a Quiz's Points Scored value using Flow? Specifically, I need to use a Flow to access the Points Scored values from the spreadshee...
- 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
ryanVSS
Apr 07, 2021Copper Contributor
also, get rid of the apply to each. you shouldn't need it as you're only marking one form at a time
dheeraj89
Apr 07, 2021Copper Contributor
Yes 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
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.
- Nalini_VijaykumarJan 05, 2024Copper Contributor
why not we get the score directly? I dont want to validate the entire form again since it is already done there ryanVSS ?