Hi
Is there a way in PowerApps canvas app, to only alert the users when there have been changes to a form.
I have a canvas app form, linked to SPO.
It has a number of stages with various different users completing sections sometimes simultaneously other times singly.
An example of what I am curious to know if possible is.
User1 completes Part A
User 2 completes Part B and inserts 3 usernames in that screen and saves - this triggers an email to the 3 people for them to complete there own Parts (PartC1, PartC2, PartC3)
Of the 3 people selected 1 says he is not the correct person to complete this (I haven't catered for this anywhere, I'm simply expecting User4 to go to User2 and get him to change his name to someone else).
I expect User2 will go back to the same screen and make the change, issue is the send email I have set up on that screen, will send an email to the other users also (User3 and User5).
What I'm looking to do is, only if any changes are made, those users are notified and also want to disable the save button if no changes have been made on the screen, are either of these possible?