10. Create a Power Automate Flow (Challenge 4)

Описание к видео 10. Create a Power Automate Flow (Challenge 4)

*We continue the series with the creation of our first Power Automate Flow.

Power up Challenge 2024 Walkthrough Series.

1. My Animal Shelter Solution Full Demo -    • 1. My Animal Shelter Solution Full Demo  
2. Intro -    • 2. Animal Shelter Solution (Intro)  
3. Create and Import Shelter Table in the Dataverse Part 1 (Challenge I) - Remastered -    • 3. Create and Import Shelter Table in...  
4. Create and Import Foster Family Table in the Dataverse Part 2 (Challenge I) - Remastered -    • 4. Create and Import Foster Family Ta...  
5. Create and Import Animal Table in the Dataverse Part 3 (Challenge I) - Remastered -    • 5. Create and Import Animal Table in ...  
6. Create a Model Driven App I (Challenge 2) -    • 6. Create a Model Driven App I (Chall...  
7. Add SVG Icons and Logo (Optional Challenge 2) -    • 7. Add SVG Icons and Logo (Optional C...  
8. Create a Canvas App I (Challenge 3) -    • 8. Create a Canvas App I (Challenge 3)  
9. Create a Canvas App II (Challenge 3) -    • 9. Create a Canvas App II (Challenge 3)  
10. Create a Power Automate Flow (Challenge 4) - (You are here)
11. Create a Business Process Flow for My Model Driven App -    • 11. Create a Business Process Flow fo...  
12. Create a Custom Page for My Model Driven App I -    • 12. Create a Custom Page for My Model...  
13. Create a Custom Page for My Model Driven App II -    • 13. Create a Custom Page for My Model...  
14. Create a Custom Page for My Model Driven App III -    • 14. Create a Custom Page for My Model...  
15. Create a Power BI Report I (Challenge 5) -    • 15. Create a Power BI Report I (Chall...  
16. Create a Power BI Report II (Challenge 5) -    • 16. Create a Power BI Report II (Chal...  
17. Create a Power BI Report III (Challenge 5) -    • 17. Create a Power BI Report III (Cha...  
18. Create a Power BI Report IV (Challenge 5) -    • 18. Create a Power BI Report IV (Chal...  
19. Create a Power BI Report V (Challenge 5) -    • 19. Create a Power BI Report V (Chall...  
20. Final Demo (With all new add on features; BPF, Custom Pages and more)

Requirement details - Power Automate
Send Power Automate notification containing fostering process details Foster family to advise the foster family on next steps

* When an animal’s status changes to 'claimed for foster', send a notification email to the foster family indicating details associated with the animal and a date to arrange to come and pick up the animal.

As you do not have access to users within the Power Up tenant, send/receive emails using your personal email address.

Code:
No Sunday:
formatDateTime(
if(
equals(
formatDateTime(
addDays(utcNow(), 5),
'dddd'
),
'Sunday'
),
addDays(utcNow(), 6),
addDays(utcNow(), 5)
),
'ddd dd MMM yyyy'
)

Get Animal Photo:
img src="data:image/jpeg;base64, "Enter Photo Here" "/
[YouTube does not allow Anchor Bracket in the description, so add after copy and paste]

Комментарии

Информация по комментариям в разработке