Hi Community,
I'm seeking guidance to use Power Apps to only post data to a new SP list row when the form controls on the App already contain data.
My Power App UI has 2 buttons (one to update data and another to Add data).
Update Data posts what's in the form controls to the same row in the SP list
Add Data posts what's in the form controls to a new row in the SP list.
It works well, but I can foresee a time when the user will press the wrong button, and end up replacing data when it should not.
What protections can I implement - if any - to restrict the misappropriation of data?
Thanks in advance