Hello,
I have a Canvas App linked to a Dataverse Table,
in the App the user can edit Values (Project Status Tracking),
I've more or less finished the user Interface now.
My question - how do you guys check if a user did changes on the values?
1. to know if patching is required
2. to prevent user deleting entered values unintentionally (in my case i have a next button to load next row of Content)
"simplest" but not effective way is prob. to compare Input boxes with Dataverse values,
but is there something "global" - for example - just check if user clicked things or did hit keyboard, or something like that?
best Regards
Thomas