Power Automate does not appear to have an accessor method / connector to retrieve a Microsoft Planner Task's BucketTaskBoardTaskFormat object.
This is the related MS Graph API for which I'm seeking a Power Automate accessor method / connector: https://docs.microsoft.com/en-us/graph/api/resources/plannerbuckettaskboardtaskformat?view=graph-rest-beta
Why is this important?
A Task's "BucketTaskBoardTaskFormat" object has an "OrderHint" attribute -- and it is that specific BucketTaskBoardTaskFormat.OrderHint attribute that determines how Tasks are ordered / ranked within a Bucket in the Microsoft Planner UI.
NOTE: Power Automate's ListTasks and GetTask do provide access to a Task.assignments.OrderHint. HOWEVER that Task.assignments.OrderHint DOES NOT provide the order / rank within a Bucket. What Task.assignments.OrderHint provides is an order / rank for each Task if one was to just put all Tasks in a simple list and then order them within that simple list. While a nice feature, it's useless to my need. I need to know the order / rank of Tasks in each Bucket....which is what the BucketTaskBoardTaskFormat.OrderHint attribute is for.
Please help get this feature added!
Thanks.