Hi All,
What I am currently trying to do is modify the already existing send reminder function, to not send me a notification of an item whose due date is upcoming, but rather the person responsible. I have tested everything and it sends me the reminder for the correct item within the specified days but I just need to change it to send it to the appropriate person responsible for that item. I am assuming something needs to be changed in the "Get my profile(V2)" step but I am not sure how to code that. circled the step that needs changed
should I put the email of the person responsible in this column or can their email be searched by providing their full name
Best,
-Eric
Solved! Go to Solution.
Hi @--EKM ,
Please consider using following method to configure Flow instead of existing send reminder feature.
Expression reference:
union(variables('ResponsibleUser'),variables('ResponsibleUser'))
utcNow('yyyy-MM-dd')
Image reference:
Hope it helps.
Best Regards,
Hi @--EKM ,
Please consider using following method to configure Flow instead of existing send reminder feature.
Expression reference:
union(variables('ResponsibleUser'),variables('ResponsibleUser'))
utcNow('yyyy-MM-dd')
Image reference:
Hope it helps.
Best Regards,
@v-bacao-msft You have been very helpful! I think I can follow what is going on! My only question is if I wanted to build in a hard coded reminder to send a reminder 60 days before the due date how would that be done? would I change :
utcNow('yyyy-MM-dd')
to look like:
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
45 | |
43 | |
38 | |
37 | |
33 |
User | Count |
---|---|
91 | |
85 | |
51 | |
48 | |
38 |