Forum Discussion
Rafael Benicio
Oct 29, 2018Brass Contributor
Wrong Bucket Name
Hi Guys, I posted this in another community but nobody answered me yet that's why I'm posting over here. I'm having some issues on a specific workflow that updates a list on SharePoint. Thi...
Oct 29, 2018
Can you share how are you getting the bucket name in the Flow? The problem is in the Flow and the actions you have to get info. from Planner...basically when you detect a new Task is added / completed, you will need to query the Bucket the Task it belongs to and for this you might need to make a Graph API request
- Rafael BenicioOct 29, 2018Brass Contributor
Thank you, Juan, for replying to my post.
Here are some screenshots from the workflow.
- Oct 29, 2018I think your problem is with the List buckest action...what you need is to get the bucked Id of the task that has been added / completed
- Rafael BenicioOct 30, 2018Brass Contributor
I believe I should use the value name to get the Bucket Name but unfortunately, I'm still getting the result of the first bucket name I have on Planner. It's not getting the exact bucket name from the task that has been completed.
*another note: It looks like there is no option to get the bucket name from the action 'When a task is completed'. That is possible only from the action 'List bucket' but It does not help me since it gets the first bucket name.
Does anyone have an idea how I could solve this issue? Thanks