Bulk Import Excel Tasks in Planner using Power Automate

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 113

  • @lisakopchuk3011
    @lisakopchuk3011 2 місяці тому +1

    This video is an absolute GEM! Thank you SO much! You just made a two day job take less than an hour. over 13,300 list items bulk imported to create over 13,300 tasks! INCREDIBLE!

    • @KeaPointTechTips
      @KeaPointTechTips  2 місяці тому +1

      Thank you. Glad to see that my channel video's are saving people time and making them more productive at work!

  • @allisonbrowning4945
    @allisonbrowning4945 Рік тому +4

    THANK YOU! Just imported over 300 tasks in a matter of minutes. You are a life saver

  • @anupamgupta4101
    @anupamgupta4101 Рік тому +12

    Here's the due date script - if(empty(item()?['Due Date']},null,add0dDays('1899-12-30',int(item()?['Due Date']),'yyyy-MM-dd'))

  • @lisamariem5456
    @lisamariem5456 2 роки тому +2

    Only video online that was short and sweet also very effective and to the point for creating this task! Thank you so much!!! Amazing job!

  • @vanitakumar6885
    @vanitakumar6885 2 роки тому +1

    ps - you made my work so much easier - I managed to create 50 tasks with so much ease! This flow works like a charm.

  • @davidxpxp
    @davidxpxp 13 днів тому +1

    Thank you so much ! This video is very helpful

    • @KeaPointTechTips
      @KeaPointTechTips  9 днів тому

      I'm really glad to hear that you found the video helpful! Your support means a lot to me.

  • @sketchtwenty2
    @sketchtwenty2 Рік тому

    I will create this PA flow to use as a template for whenever it makes sense to start planning in Excel then to move the tasks into planner for assigning and tracking progress. Great job.

  • @meghannygren7920
    @meghannygren7920 Рік тому +1

    Thank you for making my day easier today!

  • @vanitakumar6885
    @vanitakumar6885 2 роки тому +2

    Thank you - this was so easy and simple to follow - Highly appreciate your efforts in creating this video and making it so simple. Thank you again!

  • @tatyanamutovskaya1287
    @tatyanamutovskaya1287 3 роки тому +3

    Thanks a lot for this detailed step-by-step video! It’s highly engaging! I’m going to try right now ;)

  • @Tigse1968
    @Tigse1968 2 роки тому +3

    Extremely helpful video, thanks for this. Is there also the possibility to import the "Description" or "Comments" field for a task?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому +3

      Yes, you can. You need to use "Update Task Detail" planner action in power automate to import the description.

  • @dbfather
    @dbfather 3 роки тому +3

    do you know of a way to bring notes in as well? I attempted to add a column titled "Notes" with the information needed for each row but it wasn't pulled. Thank you for making this tutorial though, it has been the only one that has actually helped.

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      I am not sure if you can pull notes data with power automate.

    • @IvanBell-k9e
      @IvanBell-k9e Рік тому

      @dbfather ua-cam.com/video/Rn_-XRTnX2s/v-deo.html
      This lady explains. I tried - it works. "How to Create & Update Planner Tasks from Excel (or Teams)"

  • @Knowdis96
    @Knowdis96 2 роки тому +1

    Thank you so much. Very good instructions!

  • @mohammedakeef5408
    @mohammedakeef5408 3 роки тому +2

    Nicely put. Very short and informative. Could you please share the formula to convert date ?? Would be really helpful.
    Thanks.

    • @KeaPointTechTips
      @KeaPointTechTips  3 роки тому +2

      Power Automate expression for date formatting formateDateTime(Date,'dd-mm-yyy')
      Choose the format according to your environment. I have made anotehr video on dates which could help you, have a look
      ua-cam.com/video/GbqvyjwiX6c/v-deo.html

    • @jonahnelson6949
      @jonahnelson6949 3 роки тому +7

      if(empty(item()?['Due Date']),null,addDays('1899-12-30',int(item()?['Due Date']),'yyy-MM-dd'))
      though I think it should be 1899-12-31

  • @ryanthompson815
    @ryanthompson815 2 роки тому +1

    Great video, although a bit fast at times. Note that I exported my Tasks from MS Project into Excel and thus skipped the date format issue. Thanks a lot!

  • @greenstair
    @greenstair 2 роки тому +1

    Thank you that was really helpful to me. Very much appreciated

  • @Mitchell_7
    @Mitchell_7 2 роки тому +2

    Great Video really helpful and works well! Like most of the other comments I have a question is there a way to import the priority and labels from the excel sheet into the planner? I found the format it is entered in by exporting the plan to excel but i cant seem to get the labels to be attached when running the flow? Any help if this is possible is amazing!
    I have filled all the relevant cells in on excel its just getting Planner to read the cells and automatically populate the information I am struggling with!

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому +1

      I am not sure if this can be achieved. I can not see any action in Power automate which does the same.

    • @Mitchell_7
      @Mitchell_7 2 роки тому

      I figured it out in the end on how to do it by just trial and error with the formula but the priorities it was not possible for!

    • @Mitchell_7
      @Mitchell_7 2 роки тому

      if(contains(item()?['Labels'],'LabelNameHere'), True, False)
      This was the formula that worked for it when importing from excel just ensure you name the column ‘Labels’ and then make sure labels match case sensitive as the ones you have put in planner 👍🏼

  • @davevarg2354
    @davevarg2354 Рік тому

    Hi
    Thanks for this video!
    I have more people in my table - is it possible to relate this persons to several tasks?
    Thanks for your reply!

  • @Steven-q3m
    @Steven-q3m Рік тому

    This is great. For some reason it creates a due date but not a start date. Any ideas?

  • @jonahnelson6949
    @jonahnelson6949 3 роки тому +19

    if(empty(item()?['Due Date']),null,addDays('1899-12-31',int(item()?['Due Date']),'yyy-MM-dd'))

    • @KeaPointTechTips
      @KeaPointTechTips  3 роки тому

      Sorry, what is the question?

    • @DNKENTERTAINMENT
      @DNKENTERTAINMENT 2 роки тому

      @@KeaPointTechTips we are getting errors when using the conversion step for the date

    • @pontiff76
      @pontiff76 2 роки тому

      @@DNKENTERTAINMENT I am getting weird date number on the date after apply the formula. Date supposed to be 11/04/2021 but turns out to be 11/06/2143

  • @sreekanthkannan5280
    @sreekanthkannan5280 2 роки тому +1

    Hey there, thanks for your video, appreciated. I have a question though, I have projects in excel with many tasks, sub-tasks and sub-sub-tasks, is it possible to import the sub-tasks and sub-sub-tasks via Power Automate into Planner as well ?
    Appreciate your response.

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      I don't think so. This can be done via azure API though.

  • @ericspero879
    @ericspero879 2 роки тому

    Fantastic tutorial. When I type "list ex" as you have done at 2:39, I do not have Excel Online or any Excel) in the options. How to add it?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Are you referring to the Power automate action you can not see?

  • @afiaali6040
    @afiaali6040 Рік тому

    Thank you so much
    Best explanation

  • @drdang4200
    @drdang4200 2 роки тому +1

    Thanks for the video. Question is how can i separate the bucket assignment from the same excel sheet? Say tasks 1 to 10 are in one category so bucket 1 and 11 to 25 in a separate category. Can i automate it somehow?

    • @drdang4200
      @drdang4200 2 роки тому

      Added a different table in the same excel made me achieve the desired results

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      I think you can assign bucket using power automate. never tried it myself though.

    • @joelavery1087
      @joelavery1087 2 роки тому

      Look through other PA videos where Bucket ID is used. Definitely, higher Flow skills. eg #MsExcel

  • @novitagandi8478
    @novitagandi8478 2 роки тому

    Thanks for the video! Question:
    1. Can we import an .xlsm (macro-enabled file)? If yes, how to do it?
    2. Can we use a condition, e.g. if value in column Risk is "High", then we import column A & B as start & due date. Else, we import column C & D as start & due date.
    thank you!

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Micro enabled files not allowed in SharePoint. Never tried it with power automate. Yes you can use condition.

  • @АлексейЦаль-Цалько

    Thanks! Very useful!🎉

  • @rajeshapkari9743
    @rajeshapkari9743 2 роки тому +1

    Very simple and useful

  • @UmarKBinAlam
    @UmarKBinAlam 2 роки тому +2

    It would be nice if you put the formula in the video description in the text format to copy paste

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому +1

      Thanks. Good suggestion, but the description box does not support some special characters.

  • @eduardozamudio3036
    @eduardozamudio3036 2 роки тому +1

    Thanks for the tip for the date

  • @powerbi9048
    @powerbi9048 3 роки тому +2

    Hi, can you teach how to export and update bucket and task from planner to excel?

    • @KeaPointTechTips
      @KeaPointTechTips  3 роки тому +1

      I have made a video on how to export planner data into excel. You can check it here ua-cam.com/video/FeZDQW1BXX4/v-deo.html

  • @GuillaumeCGF
    @GuillaumeCGF 4 місяці тому

    Hi, any chance that this process also can work with Project? Or any tutorial on how to do it ? Thanks !

  • @craigwright9798
    @craigwright9798 2 роки тому

    Thanks, really good video but I'm confused as to why Planner and Tasks by Planner and To Do are 2 separate apps? Maybe put the question more straightforwardly, how do I import tasks into a Teams Channel? At the moment all I can do is post a link in my Teams Channel to Planner.

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      To DO are your list of work defined by you. Planner are the tasks assigned to you.

  • @ShiviAttri
    @ShiviAttri 2 роки тому

    Hi nice explanation, thank you so much. But still getting error as The expression is invalid. Used your date format formula. Can you please help??

  • @mmjrules
    @mmjrules 2 роки тому +1

    Can you please add the formulas here in text format to copy+paste?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Sorry, teh video was done over a year ago. You should be able to follow the instructions on screen and re create teh formula.

  • @noumanbantan3772
    @noumanbantan3772 2 роки тому

    Thank you so much

  • @MischMaster
    @MischMaster 2 роки тому +1

    How can I combine to Titels. I have two columns in my spreadshee e.g. "Episode" and "4". How can I combine them that the title of the task is "Episode 4" in the end? THX

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Map columns in power automate flow under one column. You can select multiple column while doing mapping.

  • @konnen4518
    @konnen4518 5 місяців тому

    Hello sir, can you explain why I can only find "body/value" and not "value" by itself at 3:29 in the "Dynamic content" options in the "Apply to each" step where it asks "Select an output from previous steps"? I'd be most grateful if you could answer this question. Thank you!

    • @KeaPointTechTips
      @KeaPointTechTips  5 місяців тому

      Are you sure that the previous action is configured properly?

    • @louisrrotani2884
      @louisrrotani2884 Місяць тому

      @@KeaPointTechTips I am having the same issue as @konnen4518. I have re-watched your video minimum. Not able to find the "value" by itself. Please let me know if you have any idea why this might be happening

    • @louisrrotani2884
      @louisrrotani2884 Місяць тому

      i found the issue, seems to be fixed when turning off "New designer" mode on the top right of the flow editing site

  • @jimsugden344
    @jimsugden344 Рік тому

    Hi, I am quite simply unable to find the 'Instant Cloud Flow' option, any ideas please?

  • @fstnfncyndn
    @fstnfncyndn 4 місяці тому +1

    There is one hiccup I am running into. The date script formats it very nicely, except my dates are off by a day ahead. Example My Due date in my spreadsheet is July 31, but when it's imported to Planner it's showing up as July 30th. Do you know of a way I can update the script to account for the default midnight timestamp it's applying to the data?

    • @KeaPointTechTips
      @KeaPointTechTips  4 місяці тому

      This is due to the daylight saving time settings.
      You can use convertFromUtc to convert UTC time to Pacific time.
      convertFromUtc will automatically recognize time such as daylight saving time, so you don't need to add extra operations. Try this.

    • @fstnfncyndn
      @fstnfncyndn 3 місяці тому

      @@KeaPointTechTips Thank you for your help. I'm not sure where to input that. I'm still learning MS Suite's resources outside of the basics.

  • @atiqurrahman3304
    @atiqurrahman3304 2 роки тому +1

    if i have two bucket how can use both ?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      You have to have a bucket identifier in the source data, e.g. name. You should then be able to select the right bucket in the planner via adding additional logic in the power automate flow.

  • @stugryffin3619
    @stugryffin3619 2 роки тому +1

    How does the flow know not to duplicate tasks it has already created?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Hi, this logic is not implemented in this flow. I guess you can make a change in the flow to check if the same task title exists in the planner then ignore it.

  • @ActuallyCandyCake
    @ActuallyCandyCake Місяць тому +1

    For those of you who needed to change the date here is what he typed: if(empty(item()?['Start Date']),null,addDays('1899-12-30',int(item()?['Start Date']),'yyyy-mm-dd'))

  • @faith0107
    @faith0107 2 роки тому +1

    I followed all of the steps, but when I tested the flow, it create over 100 buckets of what was listed in the Bucket ID. What did I do wrong and why does it do this?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      I think the bucket creation process is in a loop. Please remove the loop.

  • @Gloriannys
    @Gloriannys Рік тому

    'I get this error: The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected Integer but got String.'.

  • @LindseyRussell-l1i
    @LindseyRussell-l1i Рік тому

    Can someone provide the expression for the due date and start date? I copied what i think I am seeing on the video but it says the start and due date expression is invalid. I am also experiencing that a few task are duplicating. Did anyone experience this?

  • @kukubird8085
    @kukubird8085 2 роки тому

    Hi, tried to key in the codes but it only reflects start date and not due date ? may i know how to solve this issue

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Sorry, which codes?

    • @kukubird8085
      @kukubird8085 2 роки тому

      @@KeaPointTechTips Hi the codes for start and due date, apparently it only indicate start date and not due date

  • @TalhaArshad-h3x
    @TalhaArshad-h3x 4 місяці тому

    Hi guys, I'm stuck in (List rows present in a table > File > Excel Online) system is showing folders which I have added in OneDrive. Please guide me

    • @KeaPointTechTips
      @KeaPointTechTips  4 місяці тому

      You need to create an excel file with table to achieve this. The file can sit on any SharePoint site of in one drive folder.

    • @TalhaArshad-h3x
      @TalhaArshad-h3x 4 місяці тому

      @@KeaPointTechTips And also how can I migrate multiple tasks having multiple Columns (Buckets) on trello? Right now I can only migrate tasks in one bucket!

    • @TalhaArshad-h3x
      @TalhaArshad-h3x 4 місяці тому

      @@KeaPointTechTips There are some tasks on Trello which has character length greater than 255 (Planner Length). How to overcome this?

    • @KeaPointTechTips
      @KeaPointTechTips  4 місяці тому

      You can add long title in the planner task detail section.

    • @TalhaArshad-h3x
      @TalhaArshad-h3x 4 місяці тому

      ​@@KeaPointTechTips Thank you for all this, but unfortunately I have one more Issue. I cannot migrate Attachments, Multiple assignee, Labels, descriptions etc. Please guide me about this.

  • @hoshangd6005
    @hoshangd6005 6 місяців тому +1

    Pls ask Microsoft to fix this date thing

    • @KeaPointTechTips
      @KeaPointTechTips  5 місяців тому

      I have already raised it with Microsoft, hopefully they will do a fix soon.

  • @linwang8068
    @linwang8068 6 місяців тому

    1. Disable New Designer. 2. if(empty(item()?['Start Date']),null,addDays('1899-12-30',int(item()?['Start Date']),'yyyy-MM-dd'))
    if(empty(item()?['Due Date']),null,addDays('1899-12-30',int(item()?['Due Date']),'yyyy-MM-dd'))

  • @xIPsychox
    @xIPsychox 4 місяці тому +1

    i followed each step, but it just does not work for me. someone an expert here who could help me out?

    • @KeaPointTechTips
      @KeaPointTechTips  4 місяці тому

      Sorry to hear, can you explain which step is causing a problem for you? Are you getting any error?

    • @xIPsychox
      @xIPsychox 4 місяці тому

      @@KeaPointTechTips I have an excel sheet including the following information:
      Task title, Start date, Due date, Responsible Person.
      The first three information i can import to planner with your help, but not the last one.
      What i want is to assign a responsible person to each task and automatically tag tham.
      So i do not have to tag the people mannualy to their tasks.
      How do i do that?

    • @KeaPointTechTips
      @KeaPointTechTips  4 місяці тому

      Make sure that you pass email address from excel file to the assigned To ID task column