Hello Community,
I'm currently working on a Power Automate flow to extract the last modified date/time for tasks in Microsoft Planner. While I can retrieve the lastModifiedTime
from the checklist by parsing JSON, this seems to apply only to the checklist items and not the entire task. Additionally, for each task ID, I observe multiple lastModifiedTime
entries for each task ID, which is causing confusion.
Goal:
I need to accurately capture the last modified date/time for each task in Microsoft Planner.
Current Approach:
- Using the "Get task details" action to retrieve task details.
- Parsing the JSON response to extract
lastModifiedTime
for checklist items.
However, this approach does not provide the last modified date/time for the entire task but only for individual checklist items.
Questions:
- How can I retrieve the last modified date/time for the entire task in Microsoft Planner?
- Is there a specific property or method that tracks the last modification of the task as a whole?
- Can Power Automate provide this information directly, or is there another workaround I should consider?
Any insights or suggestions on how to achieve this would be greatly appreciated. Thank you!