Automatically update EXCEL from PLANNER using FLOW

  Рет қаралды 51,014

TecProSvc

TecProSvc

Күн бұрын

Пікірлер: 79
@prodrafter1
@prodrafter1 6 ай бұрын
Newbie to Workflows but would be nice to see this updated as this is the only video I see explaining this. Would be good to see this created from the beginning to help find everything better. Also would be good to see how to troubleshoot as mistakes happen and would be good to know how to id them and see what to look for. Otherwise, I appreciate the content.
@chriscali4881
@chriscali4881 3 жыл бұрын
I can't stand that pointer zoom on your screen. We only get to the see the characters for a half a second and not with the rest of the expressions. You need to slow down and make every large enough that we can read it. I had to pause and go back about 80 times. A write up in the description would be super helpful.
@thorstenburk4892
@thorstenburk4892 7 ай бұрын
Can somebody help me? Tutorial looks very nice but I mess up following the "Itarate Action". I looks simply not available under Actions. Has it been renamed meanwhile?
@muhammadaqil497
@muhammadaqil497 Жыл бұрын
Hi im stuck at body('List_bucket/task')?['value'] I cant find in the dynamic value which contain bucket/task. Simply say can you do tutorial for step 4 1 by 1 again?
@sideaccount6573
@sideaccount6573 Жыл бұрын
Thanks, thanks, thanks! After months of battling this exact issue I found the video and got it working! Only issue I have found is when I add a new task, it adds all the previous ones again- I'm guessing it's to do with the loop- any tips would be much appreciated?
@maitripjoshi
@maitripjoshi 10 ай бұрын
Thank you for the video. I really appreciate it. I created this flow for me, it shows no error, but it is getting timeout in the loop. Can someone please guide me on how to work around it?
@hugasoul
@hugasoul 3 жыл бұрын
Flow is not pulling up "Iterate Bucket" as an operation option. Issue could be solved if MS allowed Planner to communicate across platforms better.
@chriscali4881
@chriscali4881 3 жыл бұрын
I don't see iterate bucket either
@OddPoliticalBedfellows
@OddPoliticalBedfellows 2 жыл бұрын
@@chriscali4881 I think you just use "for each" now, which is the new Power Automate nomenclature, right?
@ShaneJeffery
@ShaneJeffery 2 жыл бұрын
@@OddPoliticalBedfellows Could it be apply to each?
@LuizEduardoPinho
@LuizEduardoPinho 3 жыл бұрын
Great! Is there any solution to export the "concluded by" information to Excel? Didnt't find.
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@cassioveludo8703
@cassioveludo8703 11 ай бұрын
AWESOME tutorial! thanks for you help 🧡
@ceforaX
@ceforaX Жыл бұрын
Hello, this method able to get data from MS Planner Label to update in MS Excel ? Appreciate your response thank you..
@GarethBruce
@GarethBruce 3 жыл бұрын
Thanks for a really helpful video. I've just started using Power Automate to try and integrate Planner, Excel and Outlook at work. I'm still ironing out some of the bugs but I have managed to create a task in Planner from Excel (13:59). The basic workflow is a new email arrives in the inbox which adds a row to the Excel table from which a Planner task is created. I use the Message ID (which is horrific) as the Planner Title then once the task is created I update the Task with the Task ID and set that as the Task title as well. This is passed back to the Excel table as an update. I want an automatically generated reference in the Excel table to be the Task Title in Planner. The formula I've been using is =CONCAT("TE",G2) where G2 is the formula =TEXT(ROW()-1,"000") which outputs "TE001". The problem so far is Power Automate recognises this as a null value which causes an error but I think I just need to use "List rows present in a table" first. As you have a recurrence running, would it not be possible to set a condition if the Task ID is blank then create a task using details in the row and then update the Excel table with the Task ID? You may have to "List rows present in a Table" first.
@renzoramirezmendoza889
@renzoramirezmendoza889 2 жыл бұрын
could it be possible to have an updated version? I also tried and it doesn't work
@juanariza2874
@juanariza2874 Жыл бұрын
I tried over 20 times and can't get it to work😭
@sindujandevaraj3518
@sindujandevaraj3518 4 жыл бұрын
Thank you so much... Just what i was looking for.. keep them videos coming..
@OddPoliticalBedfellows
@OddPoliticalBedfellows 2 жыл бұрын
Thank you for the video! I am trying to replicate this with Power Automate - how did you resolve the first error?
@jcpineda1678
@jcpineda1678 2 жыл бұрын
For some reason I don't see the option for Iterate bucket.
@dustinhenry302
@dustinhenry302 3 жыл бұрын
Anyway to add "get user profile" into this solution to get Display Name of user that has task assigned to?
@dishapathania2539
@dishapathania2539 2 жыл бұрын
Hi, Did you find the solution? facing the same problem.
@FreddyAlexanderCortesRodriguez
@FreddyAlexanderCortesRodriguez 3 жыл бұрын
I have a problem in step 4 An error occurred in the execution of the template action "Value_buckets": the result of the evaluation of the expression "for each" "@items ('buckets')? ['Id']" is of type "String" . The result must be a valid array.
@brunoaugustorodriguesalves4080
@brunoaugustorodriguesalves4080 3 жыл бұрын
you didnt't write the same thing that the autor did, it was other thing, you can see this into expressions.
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@LiveLoveMazy
@LiveLoveMazy 2 жыл бұрын
Hi there, the template on the power automate is different to the youtube tutorial can you please advise
@daniellamoore8435
@daniellamoore8435 3 жыл бұрын
How can I change the format of the date and time of the fields to excel? I have tried formatDateTime(triggerBody()?['CreatedDateTime'], 'dd/MM/yyyy hh:mm:tt') but nothing changes
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@joselitixfull
@joselitixfull 2 жыл бұрын
YOU'RE MY HERO. THANK YOU SO MUCH
@fabianorodrigues921
@fabianorodrigues921 3 ай бұрын
My flow takes 10 minutes and what can it be for?
@terrynewmanphotography
@terrynewmanphotography 3 жыл бұрын
Can you export labels too? Microsoft going to increase number of labels significantly soon so would be useful to filter Excel by label to create reports.
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
Labels, not exportable. Microsoft is not doing development on this connector for Planner.
@lousamaper1
@lousamaper1 Жыл бұрын
Hi Changing a title will trigger an update of the task name yes, but fetching the correct bucket name doesn't seem to work. Looks like it just iterates through the bucket names available and updates the excel with the current bucket and then ends at the last one. Anyone have solved this?
@brunomagalhaes9349
@brunomagalhaes9349 3 жыл бұрын
Hello, great content!! I can't connect the Priority of the task with my flow, do you have any tip for that? Thank you!
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@VinnyDoubleU
@VinnyDoubleU Жыл бұрын
Hallo, where do I find "iterate"?
@nico4im466
@nico4im466 Жыл бұрын
Its called Apply to each since a while
@janellekayeadefuin1716
@janellekayeadefuin1716 4 жыл бұрын
It keeps skipping the condition length(body('List_rows_present_in_a_table')?['value']) for me. Why is that?
@janellekayeadefuin1716
@janellekayeadefuin1716 4 жыл бұрын
And it skipped also both the add a row and update a row
@Soumyans
@Soumyans 4 жыл бұрын
@@janellekayeadefuin1716 Did you find out why? I have the same problem
@michellehawthorne2414
@michellehawthorne2414 3 жыл бұрын
@@Soumyans Did you find out the solution to the List Rows Present in a table issue?
@youssefnn
@youssefnn 3 жыл бұрын
same problem. Did you find out a solution for this ?
@cairomurphy4272
@cairomurphy4272 3 жыл бұрын
Please help us
@baijiehuang1
@baijiehuang1 2 жыл бұрын
If user delete a task in planner, how do I set another condition?
@xinxin4311
@xinxin4311 4 жыл бұрын
very useful!!!!! Thank you!
@Ronyn76
@Ronyn76 3 жыл бұрын
Great video! I'm very new to the FLOW and planner world and my challenge at the moment is doing the exakt opposite of this video. In other words, update tasks in Planner from Excel. If anyone has a clue on how to do this i would really appreciate this. As of now, i have a flow that create Planner tasks from excel. But, I have not figured out how to update task details as a separate flow.
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@phlippretorius8644
@phlippretorius8644 4 жыл бұрын
What Template did you use for this flow? I did not find it in the video or else I have missed it.
@erecoxue782
@erecoxue782 3 жыл бұрын
I didn't either. But I created the flow accordingly, even a little bit challenge.
@devilcrazy94000
@devilcrazy94000 3 жыл бұрын
@@erecoxue782 how did you manage to replicate the same flow? I'm trying to do so but I'm having a hard time. Mind helping a brother out? :)
@erecoxue782
@erecoxue782 3 жыл бұрын
@@devilcrazy94000 I am sorry I overlooked your msg... As I know we can use that '3 dots' button of each action in Flow to replicate, is that what you want? Or do you want to copy to a new flow? it can be done via 'Save as' :)
@cairomurphy4272
@cairomurphy4272 3 жыл бұрын
@@erecoxue782 Can you send me your finished flow? Mine doesnt run
@roryarrowsmith9989
@roryarrowsmith9989 3 жыл бұрын
@@erecoxue782 Would it be possible for you to send me your flow template as well, please? That would be very helpful and most appreciated.
@clemvasquez6833
@clemvasquez6833 3 жыл бұрын
How can I make sure the comments from planner get brought in?
@xammocoloniax
@xammocoloniax 2 жыл бұрын
This worked for me; thank you! However, it appears to be creating duplicate line entries in the xls, and I don't understand the pattern. I let it run over the past hour, and it created three identical entries for one task, two of another task, and two for the same task but different TaskIDs. The other two tasks appear fine. Also, one of the runs ran for 6 mins for whatever reason (I hadn't made changes around that time), while all other runs before and after ran 40-50 seconds.
@srimanthramesh6525
@srimanthramesh6525 2 жыл бұрын
Hello, I have the same problem. Did you get a fix for the issue? Thanks
@xammocoloniax
@xammocoloniax 2 жыл бұрын
@@srimanthramesh6525 nope sorry
@SuperNerdVolkan
@SuperNerdVolkan Жыл бұрын
@@srimanthramesh6525 Did you get a solution now?
@juanparra1140
@juanparra1140 3 жыл бұрын
Brilliant! Brilliant! Brilliant!
@stevelee9934
@stevelee9934 3 жыл бұрын
Hi, did anybody manage to get this flow to work? I tried many times but is not working. Thanks
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@juangomezfuentes8825
@juangomezfuentes8825 2 жыл бұрын
You are not showing the Assign to the column. That one produces issues.
@jptrends
@jptrends 3 жыл бұрын
The zoom in hover circle is distracting AF and harder to see the video.
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
Thank you, will change our practice in the future.
@rashaadpettite7407
@rashaadpettite7407 Жыл бұрын
Thanks for this but it has many gaps that are cause more arrays within the flow leading to errors 😑😑
@jamesstevenson7816
@jamesstevenson7816 4 жыл бұрын
Hi Miguel I can't seem to find the function Iterate bucket in my selection. Is there an alternative ?
@NoneofVault13
@NoneofVault13 4 жыл бұрын
It looks like Microsoft changed iterate to "apply to each" but it should work the same.
@miklushido
@miklushido 4 жыл бұрын
apply to each
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
There is a community where you may get help powerusers.microsoft.com/t5/Building-Flows/Updating-excel-with-planner-tasks/m-p/316209#M33788
@jptrends
@jptrends 3 жыл бұрын
Did anyone get this to work because I didn't...
@tecprosvc8698
@tecprosvc8698 3 жыл бұрын
A lot of folks have difficulties with this flow. The majority of errors are typos, such as the apostrophes. I have now moved to create a different approach which consists of creating a custom connector, rather than relying on filtering the spreadsheet.
@nehashah3185
@nehashah3185 3 жыл бұрын
Hi also can’t get the flow to work, it says it is running successfully but no outputs are shown in the excel spreadsheet saved to share point.any guidance would be appreciated
@cairomurphy4272
@cairomurphy4272 3 жыл бұрын
@@tecprosvc8698 Please show us
@hervesumu5909
@hervesumu5909 2 жыл бұрын
@@tecprosvc8698 where can we find this new approach?
@Kimmy-xz3is
@Kimmy-xz3is Жыл бұрын
Blabber…lol!
@reshujain3475
@reshujain3475 Жыл бұрын
Getting this error while updating the row. { "status": 409, "message": "Excel table already has a row with id 'FeqEbDQbWkCv2ju5KGsd4ZYANBt-'. clientRequestId: 03af3f27-6676-4b01-8a2e-00db746f892e", "error": { "message": "Excel table already has a row with id 'FeqEbDQbWkCv2ju5KGsd4ZYANBt-'." Can someone suggest ?
Power Automate Tutorial - Create Planner Tasks from Excel
22:59
Jon Levesque
Рет қаралды 17 М.
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 22 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Flipping Robot vs Heavier And Heavier Objects
00:34
Mark Rober
Рет қаралды 59 МЛН
Get PLANNER Data into Power BI with a 2-ACTION Power Automate Flow!
9:10
Sync Microsoft Planner tasks into Power BI using Power Automate
22:45
Ben Howard (PowerBI specialist)
Рет қаралды 76 М.
Automatically Create Planner Task From Excel
12:11
How To Excel
Рет қаралды 76 М.
Integrating Multiple Planner Boards into a Power BI Dashboard
46:47
Extranet User Manager and Envision IT
Рет қаралды 28 М.
Move Planner Tasks Between Buckets using Flow [Microsoft Power Automate]
17:52
How to Create & Update Planner Tasks from Excel (or Teams)
15:14
Leila Gharani
Рет қаралды 266 М.
MS Forms to Planner Tasks - Part 1
19:45
Chad Kealey
Рет қаралды 20 М.
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 22 МЛН