Hi, im new and have created a screen with a gallery (called Projekte) to get my plans:
SortByColumns(Planner.ListMyPlansV2().value;"title")
everything is good! Now i´ve create a second screen to get the buckets in order to get all the tasks in the bucket, not only my!
I´ve tried these:
Planner.ListBucketsV3().value;planId=Projekte.Selected.id
but i don´t get the buckets!?
Any Idea?
Solved! Go to Solution.
Hi @HAUSrucker ,
Firstly, according to the second formula you provided, I think there is something wrong with it. When you use Planner.ListBucketsV3() function within your app, you should provide values for the required arguments within it. The arguments for Planner.ListBucketsV3() function as below:
https://docs.microsoft.com/en-us/connectors/planner/#list-buckets
Based on the issue that you mentioned, I have made a test on my side, please consider take a try with the following workaround:
Set the Items property of the second Gallery to following:
Planner.ListBucketsV2(Gallery1.Selected.id).value
On your side, you should type:
Planner.ListBucketsV2(Projekte.Selected.id).value
If you just want to use Planner.ListBucketsV3() function within your app, you should also type the following formula:
Planner.ListBucketsV3(Projekte.Selected.id, "groupd id string value").value
You could get the group id string value when you open the specific plan in your Planner as below:
Best regards,
Hi @HAUSrucker ,
Firstly, according to the second formula you provided, I think there is something wrong with it. When you use Planner.ListBucketsV3() function within your app, you should provide values for the required arguments within it. The arguments for Planner.ListBucketsV3() function as below:
https://docs.microsoft.com/en-us/connectors/planner/#list-buckets
Based on the issue that you mentioned, I have made a test on my side, please consider take a try with the following workaround:
Set the Items property of the second Gallery to following:
Planner.ListBucketsV2(Gallery1.Selected.id).value
On your side, you should type:
Planner.ListBucketsV2(Projekte.Selected.id).value
If you just want to use Planner.ListBucketsV3() function within your app, you should also type the following formula:
Planner.ListBucketsV3(Projekte.Selected.id, "groupd id string value").value
You could get the group id string value when you open the specific plan in your Planner as below:
Best regards,
User | Count |
---|---|
263 | |
110 | |
98 | |
55 | |
40 |