Hi community.
Right now, I am facing a problem regarding summing of ratings in my Microsoft form on power automate workflows, for say I have ratings column enabled in in my form. Now i want all my ratings get summed up overall (4+4) and give a an overall answer on email
Now i want these ratings to be summed up and give me an overall rating i.e (4+4)
I have created a flow but it is giving me an error for my compose action.
Error:
It will be a huge help, if anyone can sort this out
Hi @farnaz-khan,
It looks like you have used the question label in your expression. You need to use the question id instead. You can find those in the outputs of the get response details.
Below is an example
In my example that expression would be:
add(int(outputs('Get_response_details')?['body/r6ee2a7cd5740448d8e46e3f856d2e568']), int(outputs('Get_response_details')?['body/r5db8cc73f27744d785401bb9531fdfee']))
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2