Hi,
I'm a new developer and very new to flow... I am trying to achieve the below but really struggling at step 2.
1. list records in an entity 'appointment'.
2. If date field 'appointment date' == 48 weeks before todays date.
3. Create task in entity 'appointment'.
If anyone can help, I really appreciate it!
Solved! Go to Solution.
Hi @gibbo2269
Check the screenshot below:
Expression:
addDays(utcNow(),-336)
I am using a filter query to get records older than 48 weeks of start time in appointments entity. After this step you can add an appy to each loop to create tasks accordingly.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @gibbo2269
Check the screenshot below:
Expression:
addDays(utcNow(),-336)
I am using a filter query to get records older than 48 weeks of start time in appointments entity. After this step you can add an appy to each loop to create tasks accordingly.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Thank you! appreciate the help!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
50 | |
36 | |
30 | |
27 |
User | Count |
---|---|
75 | |
60 | |
50 | |
44 | |
38 |