I have a filtered table of data records that would like to be sent an email to approver by using Power Automate
then the records will update its status. Does anyone know how to do it? Really appreciated your help!

I have a filtered table of data records that would like to be sent an email to approver by using Power Automate
then the records will update its status. Does anyone know how to do it? Really appreciated your help!
Hi @Anonymous :
Could you tell me what your data source is?
I assume the data source is share point.
The key is to pass the IDs of the records you want to modify to Flow.
I think this link will help you a lot:
I've made a test for your reference:
My data source:'List A'
| Title | Single line of text |
| NUM1 | Number |
| status | Single line of text |
1\Add a flow(power)
2\Add a button and set it's OnSelect Property to:
power.Run(Concat('List A',Text(ID),";"))
Best Regards,
Bof