How To Generate Planner Tasks From Your Emails Automatically (WITH Attachments!!)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 32

  • @brittanyhul7989
    @brittanyhul7989 หลายเดือนก่อน +1

    Super helpful, thanks!

    • @Collab365
      @Collab365  หลายเดือนก่อน

      glad it helped. Always open to other videos where people get stuck - if I can figure out the answer ;)

  • @ludwigrosinel1571
    @ludwigrosinel1571 3 หลายเดือนก่อน +1

    Thank you for the video, it's awesome.

    • @Collab365
      @Collab365  2 หลายเดือนก่อน

      Glad you liked it!

  • @ddell4995
    @ddell4995 2 หลายเดือนก่อน +1

    Thanks for this! Is there a way to have the flow save all attachments and have them stored under one single planner task? At present mine is creating separate planner tasks for each email attachment.

    • @Collab365
      @Collab365  2 หลายเดือนก่อน +1

      Yes, I think that would just need to be a slight restructure of the flow. I'll have a look and pop you some ideas.

    • @chrisvdnb
      @chrisvdnb 2 หลายเดือนก่อน +1

      I am also wondering how to do this. Interested in if you find a solution.

    • @Collab365
      @Collab365  2 หลายเดือนก่อน +3

      Yep, I found a neat way to do it without much restructuring. I'll do a video and post it for you in the next week.

    • @ddell4995
      @ddell4995 2 หลายเดือนก่อน

      @@Collab365 super, thanks!

    • @AlexPellerin.
      @AlexPellerin. 4 วันที่ผ่านมา

      @@Collab365 i had this exact problem. Thanks for working on this. It's working wonderfully.

  • @MattLisikiewicz
    @MattLisikiewicz หลายเดือนก่อน +1

    This worked fantastically for my test case. However, the client that's emailing me sends an xlsx attachment (which I want), plus another random attachment with no discernable file type (that I don't want). How could I capture only the Excel file and not any other file types? Great video, very helpful!

    • @Collab365
      @Collab365  หลายเดือนก่อน +1

      @MattLisikiewicz thanks for the thumbs up :) To answer your question, what you could do, is either replace the "IsFolder" condition with a condition to test the file extension (and ignore anything that isnt .xslx).
      To do this you have a few options. You can do a bit of work before the condition to set these up.
      Use a compose and hook into and store the "Filename with Extension" property from the "When a File is Created (Properties only)" action.
      Using a little string manipulation you can slice off the .xlsx part and test only for that or use a "contains" when you test that piece of data in your condition. Either way could work.
      If you need a little more help and are an Academy member, pop me a DM and I would be happy to schedule a quick chat to help if needed.

  • @andyhamilton4741
    @andyhamilton4741 25 วันที่ผ่านมา +1

    Mate this is mint and just what I needed, however, as another person has written, it will not trigger no matter what I do, I drag new and read emails into the folder and nothing, will not start, what am I doing wrong (checked connectors and folders)

    • @Collab365
      @Collab365  25 วันที่ผ่านมา

      I'll have a look into that. Seems to happen for some. Really odd. As an alternative, if there are subjects that indicate an email for planner ..that's easy to grab direct from the inbox. Will do a video of I can see what's happening for you.

    • @Collab365
      @Collab365  22 วันที่ผ่านมา

      Doing some research, apparently the trigger is a little unreliable - this is what one post said "However, it doesn’t seem to be reliable. You might need to write a trigger that runs on a timer instead and just accept that there will be lag."
      The idea of a scheduled flow that reads a folder might be a good option then. Using Get Emails instead would allow you to target the folder. You would need to then cycle through each using an Apply to each.
      I'll do a video for this if you like as it's a little different.

  • @mikeerickson6817
    @mikeerickson6817 หลายเดือนก่อน

    Great video, thanks! I stumbled upon it trying automate sending an email from my inbox to a folder, then to a Loop plan in Planner, which would appear in the Loop app because I'd also automate assigning the Planner task to myself.
    Unfortunately, the solution isn't working. Do you know if that's doable? I suspect using Loop is causing the issue. I have to enter custom value info for the connection between the folder and the plan, which makes me think PowerAutomate isn't linking to Loop.

    • @mikeerickson6817
      @mikeerickson6817 หลายเดือนก่อน +1

      Nvm. This randomly started working. 🤷‍♂

    • @Collab365
      @Collab365  หลายเดือนก่อน +1

      thats happened to me before. All these videos are solutions that will work as I'll have built them to do the recording however, we do see changes from time to time where MS have changed the way a connection works or an action...which breaks them :( glad this isn't that!

  • @juxingjiejie
    @juxingjiejie 8 วันที่ผ่านมา +1

    Can I use a shared email box to create a planner task?

    • @Collab365
      @Collab365  7 วันที่ผ่านมา

      Yes, I believe if you use a slightly different trigger - When an email arrives in a shared mailbox (v2). You will need permissions on that mailbox but should work for you in the same manner.

  • @FangorzJeseniku
    @FangorzJeseniku 2 หลายเดือนก่อน

    Hello thank you for awesome video :-). Pleace can you give me advice? I would like to also for each e-mail create a folder named as subject of the e-mail, so I can keep the files organized and not on one hoard :-).

    • @Collab365
      @Collab365  2 หลายเดือนก่อน

      that would be absolutely possible. Its just a case of choosing the correct action to do that within the loop. There is a "Create new folder" action which you can use and then using the Subject from the email, pop that in as the folder name :)

  • @photepsjourney
    @photepsjourney 2 หลายเดือนก่อน

    Hey :)
    Awesome video. But I have a question: If I try to follow your steps, I´m not able to create the task like you do it. I receive an error saying: Im missing some connection. SO I cant find my groups and plans. But outside of the condition it works. Do you have a hint?

    • @Collab365
      @Collab365  2 หลายเดือนก่อน

      Yes. that will be to do with the connection to planner service most likely. Are you able to navigate to any plans outside of power automate? When you first set up a planner task, it may ask you to set up permissions to planner. I'll see if I can replicate how that will work for you and give some advice.

  • @oliviahonegger508
    @oliviahonegger508 หลายเดือนก่อน +1

    I have followed all the steps twice and when I run a test it works. But when I simply move an email to the folder in outlook it is not activating the process. What am I doing wrong?

    • @Collab365
      @Collab365  หลายเดือนก่อน

      Hmm that sounds odd. I do find in the first test I did, it took a while for the Power Automate trigger to wake up from a move of an email but so long as you are connected to the correct folder, it should work. It's worth checking the connection you are using. Is it an authorised user of the outlook mailbox you are monitoring and have you selected the specific sub folder in the trigger action?

  • @juxingjiejie
    @juxingjiejie 2 หลายเดือนก่อน +1

    It looks like every time, if we want to add email attachments in the Planner, we need to put email attachments in the SharePoint first, then we can add to the Planner.

    • @Collab365
      @Collab365  2 หลายเดือนก่อน

      Yes that's correct in this video. I could not find a planner action (even via the API) which will add files directly - they had to be done using a link (which could be any location that is accessible with a URL)
      However, there may be a way to do it directly using the JSON and file content. We just haven't tried to go that deep yet.

  • @juxingjiejie
    @juxingjiejie 7 วันที่ผ่านมา

    How to put multiple document links in one task?

    • @Collab365
      @Collab365  7 วันที่ผ่านมา

      You can follow this variant of the last video you watched which talks about when there are multiple attachments. You'll get them all linked in 1 task! th-cam.com/video/E01K7JwYi8k/w-d-xo.html

  • @clareyang5415
    @clareyang5415 29 วันที่ผ่านมา +1

    Thank you! The video is very useful. I was about to ask what if I have multiple attachments, then I find out it is your other video th-cam.com/video/E01K7JwYi8k/w-d-xo.html ! I am very grateful for your help!

    • @Collab365
      @Collab365  25 วันที่ผ่านมา

      Yes I wanted to show a few angles on this same use case. Hope they both helped!