Hi, I imported an Excel file to Azure SQL. And i would like to access that table to PowerApps from Azure SQL.
So at the connections in PowerApps I used From SQL, and what I have to fill in the authentication type tenant client ID and Client secret I dont know. And which authentication I have to use also I am not sure. I just started Powerapps a day ago. Could you please give suggestions how could I solve this this. (And for Azure SQL I used Microsoftentra MFA authentication), So at the authentication type in Powerapps to connect to AzureSQL can i use Microsoft Entra ID application or other authentications?
Que 2) After getting the table into PowerApps how could I acheive below scenario - The user should be able to add the data for new columns
- The user should be able to add a new record to the dataset (including above new columns)
- The user should be able to update an existing record in the dataset. This update should be logged with history
- When a new record is added or a record has been updated.
Could you please provide any suggestions links , that will be helpful.
Thanks in advance.