1) I have 1000 rows in project table in Azure SQL. It contains project names and status.
2) I would like to create feature in PowerApps where end-user can input project name like "Toyota project" and PowerApps list project name from Azure SQL matching criteria.
3) I would like to then select the project and "Activate" the project, which update SQL table status value.