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!
Solved! Go to Solution.
Hi @pollyzzz :
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
Hi @pollyzzz :
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
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
201 | |
174 | |
60 | |
32 | |
30 |
User | Count |
---|---|
306 | |
263 | |
104 | |
79 | |
56 |