Hi, Guys. I have a PVA flow. I have an adaptive card design of feedback with a dropdown menu of 1-5 rating.
It has a submit button and an ignore button. It looks like this

If user chooses any rating and click submit, it gets saved in rating variable and I'm calling the power automate flow to save this feedback rating, it looks like this

So currently what im doing is, whatever feedback rating user has submitted, im calling a power automate flow and saving in a table.
However, if a user clicks 'ignore' in the feedback box, then I should save the feedback as 'None' and pass it to the Power Automate flow. Can anyone tell me how to achieve this?"