So my PowerApp trigger an Approval Flow by pressing a button. Both saves data to the same SharePoint list.
My App worked perfectly until I added a column in the List.
I made a new connection to the Flow in PowerApps and added the fields for the form, in the form's "On Sucess", Run() part.
Now, in Flow the variables from PowerApps are only showing in SOME of the fields. It's just weird.
My main problem is that now Flow after getting triggered just stops at the Approval part in the flow. Every variable is updated and should work. The Flow status is "Running" and does not give an error message.
Is there anything I missed? Do I need to make a new Flow everytime I update the SharePoint list?