I have created a powerapp that saves some information from a form to a list. The user then has the option to create a delivery note from that item and I have a flow connected to a button that runs when clicked. However I think I have the formula wrong for the on select as when you click the button, the flow runs perfectly but it also sets some fields in the SharePoint list back to what they were before the previous save.
This is what I have in the On Select: GenerateDeliveryNote.Run(Form3.LastSubmit.ID)
I need the user to be abel to save without running the flow each time hence a save button and a run flow button.
Thanks