
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
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.