For my sharepoint APP I have a button coded to start an Automate flow. This will take lots of inputs from the app. One regarding a chosen value of a choice sharepoint column. Has options such as "Restart", "Erase". In this case, Sharepoint saved choice is "Restart". Now I change it to "Erase" and when I start this flow, even though I've tried debugging to just "Label5.Text", and I SEE it says "Erase", when I go to Automate it still reads as "Restart". That label has for Text "Comobox.Selected.Value"
So what is going on? i've tried so many different combinations but on Automate it still reverts back to whatever was initially. Don't think its a connectivity/update isue. When I try to use the "Status Value" dynamic content from Automate, it does use the Erase one (the newest). So the porlbem is coming from Power Apps.
Appreciate your input in advance.