Delete dataverse table row from canvas app

I have a canvas app where I can add and edit table, I also want to be able to delete them, how can I do that?

I've tried this on trash button but it didn't work.

Remove(Contacts,Gallery2.Selected)

enter image description here

2

1 Answer

Your formula should be correct. Are you sure 'Contacts' is the datasource of your gallery?

Did you select the row you wanted to delete from the gallery first?

Gallery2.Selected is referencing the selected row. If you add the trash button to your gallery (so it repeats every row), the row will be automatically selected when you press the trash button.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like