Forum Discussion
ROW level actions for Matrix Visualization / Power APP Integration?
- 5 years ago
Hi Jagan_MFilterIT ,
First, you can create a matrix kind of Visual with checkbox in PowerApps. Here is an example:
Create Grid View In PowerApps Using Blank Gallery Control - Part One (c-sharpcorner.com).
Then based on my test, PowerApps can connect to on-premise MySQL database, but not to MYSQL DB on AWS. You may try to create a custom connector.
Reference:
MySQL - Connectors | Microsoft Docs;
Connector reference overview | Microsoft Docs
In addition, I am not an expert in PowerApps. If you want professional guidance, please post on Power Apps Community - Power Platform Community (microsoft.com).
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jagan_MFilterIT ,
To my knowledge, row level action for Matrix Visualization is not supported.
But you can try to use Power Apps to check if it could meet your requirements.
For example, you can use Remove and RemoveIf functions to remove a specific record or records from a data source.
And if you want to recover the deleted ones, you can refer to this video:
Learn how to recover deleted records in Power Apps with Patch and Soft Deletes - YouTube.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.