I'm trying to use the Microsoft teams inspection app for my work. I'm consistently encountering an error when testing the task creation feature. When I attempt to create a task for a particular inspection, I encounter this error:
Planner.CreateBucketV2 failed: { "error": { "code": "", "message": "You do not have the required permissions to access this item, or the item may not exist.", "innerError": { "date": "2025-04-01T14:31:19", "request-id": "89f3e26c-0552-451a-946b-94df2091700c", "client-request-id": "89f3e26c-0552-451a-946b-94df2091700c" } } }
I have checked the variables in the function and they all equal the correct values for the Plan I want to use. I have verified that everyone in my team has access to the Plan. Any idea what I'm missing? The power app is free and accessible for anyone to use, so you can look at the code yourself or try it out.
Thank you!