
Hi everyone,
I am currently building a flow that is triggered when clicking a button on a PowerApp. The Flow takes in several input from PowerApp and proceeds to fetch data using some of the inputs. I had tested the flow and everything was working as of this morning. After my last save, I noticed that the input definitions within the trigger control had disappeared...
however it seems that the flow still runs as before. Only difference is that all inputs I had defined are now optional if I'm understanding the output correctly
Here's a rough overview of all steps in the flow. All other steps in the flow retained the Trigger Body input references.
I'm not sure how I could have triggered this during my last edit. I added an object variable to capture all inputs from trigger (for better re-use and readability throughout flow) and after I saved, not only did that new object variable not save but input definitions on the trigger were gone as mentioned above.
I couldn't find any other references to this happening to others so I thought I'd ask here 🙂
Any insights appreciated so I can avoid doing whatever I did to trigger this and save lots of time re-creating.
Update:
After some more edits on the flow, PowerApps no longer registering the inputs that had previously been working.
I tried unregistering the flow on my app > save > exit > launch app again > add flow but no luck.
Looks like I'll need to redefine inputs on Flow trigger again.