I'm using power automate to retrieve survey data from Customer Voice, my issue is the response is all coming in one column. I used Parse JSON to get the data, here's what the data look like (body from Parse JSON function):
[
{
"questionId": "r3333444",
"response": "5"
},
{
"questionId": "r3333444555",
"response": "5"
},
{
"questionId": "r33334442233",
"response": "Yourself"
},
{
"questionId": "r33334442222",
"response": "John Doe"
},
{
"questionId": "r3333444998888",
"response": "email@yahoo.com"
},
{
"questionId": "r3333444334455",
"response": "111-222-3333"
},
{
"questionId": "r333344422344",
"response": "need help"
},
{
"questionId": "r33334442211111",
"response": "Opt-in"
}
]
-------
I would like to get this to a CSV, the questionID supposed to be the question names, but it's only coming out as QuestionID.