use case: only create planner task and add email body to task notes if the first 4 letters in the subject = "core"
This works, but does not check the subject line for "core"
1. When a new email arrives
2. Html to text
3. Create a task
4. Delay
5. Update task details. Task Id = dynamic content Planner "Id"
When I added a condition, I am unable to get the dynamic content like I was able to in #5 above.
1. When a new email arrives
2. Initialize variable - SubjectVar
3. Set variable
4. Condition - SubjectVar starts with core
If yes
5. Html to text
6. Create a task
7. Delay
8. Update task details - for the Task Id, the dynamic content IS NOT AN AVAILABLE option.
Any help appreciated.
Jay
Solved! Go to Solution.
Hi @Anonymous,
However, I tested it on my side but not found the same issue, you could confirm it whether exist in the dynamic content list by search ID:
If it not appear, you can use the expression to input ID field:
body('Create_a_task')?['id']
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous,
However, I tested it on my side but not found the same issue, you could confirm it whether exist in the dynamic content list by search ID:
If it not appear, you can use the expression to input ID field:
body('Create_a_task')?['id']
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
50 | |
43 | |
38 |
User | Count |
---|---|
89 | |
75 | |
74 | |
62 | |
44 |