
Hello,
I enabled the new Modern Table and connected to a sql table.
Is there a way to a edit values in the sql table using the new table in PowerApps?
Thank You,
Michael
Hi @mikesolvesvi ,
I'm afraid new table can't be used to update data, because DataTable control just for showing table. We can 't edit showing data in DataTable directly. I recommend you try gallery and add controls such as TextInput inside it, It can shows records and allow user to edit showing data. Then you can use Patch function on OnChange of control to update modified data to sql table.
Best regards,
Rimmon