If you want to gauge your customers’ overall sentiment around a particular item or experience, you can create questions that capture responses on a scale. Also known as a Likert, you may, for example...
I've spent the last couple of days getting closer and closer to a solution but can only get some results sent to my SharePoint list using Flows for the below likert example:
In Flows:
1. Create an action
2. Search 'parse' and select 'Data Operations - Parse JSON'
3. Select the statement you wish to capture with the parse.
You may not need all of that as you're trying to capture the "displayText" only.
When sending through the data to SharePoint you would send the dynamic content as below:
Issues:
1. If you don't make the likert 'Required', flows will fail when nullvalues come through. If you need it non-mandatory you'll need to set up conditions and variables to resolve this.
2. This solution managed to get "some" data through to my SharePoint list, however, only two values came through correct.
Sandbox - Mon came through - OK
Dev - Came through as Thu - FAIL
Test - Wed came through - OK
DR - Didn't come through
Production - Didn't come through
I've confirmed that these values were correct in the flows Excel export so I'm not sure why Forms or Flows switch up the values and drop others: