Hello. I'm very very new to Power Apps/Power Pages.
I have a table that I want to create that works a bit like Excel. I want each cell "td" to be able to be edited and saved on Server Side. I tried contenteditable=true but as I googled people said the best approach was to use "textarea" instead. My problem now is, how do I make my code interact with the database? I have a validate button on each cell, and I want that button to be the validation and save option for my database. Is it possible to do that?