MS Forms to Planner Tasks - Part 1

  Рет қаралды 20,688

Chad Kealey

Chad Kealey

Күн бұрын

Пікірлер: 49
@wollfixx
@wollfixx Жыл бұрын
Absolut großartiges Video! Vielen Dank für die Erklärungen!
@JamesAlliss
@JamesAlliss 2 жыл бұрын
Thanks Chad, I’ll have a go at this tomorrow.
@susiegallagher9405
@susiegallagher9405 2 жыл бұрын
THANK YOU THNK YOU this is so helpful!!
@GenericAccountVLR
@GenericAccountVLR 2 жыл бұрын
I can't wait to try this. Planner has some limitations which drive. Me. Batty. LOL Thank you for this video, Chad!
@cvkealey
@cvkealey 2 жыл бұрын
I hear ya. Planner is one of those tools that does a lot of things right when it's used right. Unfortunately, it's very easy to use it "wrong" which leads to frustration and confusion. The big problem I've found talking to our users is that it's easy to create tasks without enough actionable information, which is what I'm aiming to alleviate with this method.
@kanokphanchinnathat
@kanokphanchinnathat Жыл бұрын
Thank you so much
@luutypires
@luutypires 7 ай бұрын
Mr. Chad, could you please answer a question, I would like to know which field you used to extract the priority within Forms. I'm having trouble extracting this information. I've already tried using the Rating and Promoter Score options, but none of them worked.
@cvkealey
@cvkealey 7 ай бұрын
You need to use a numeric value to set the priority using the "Create a task (preview)" action. For the specific number ranges and how they map to priority levels, please see the documentation: learn.microsoft.com/en-us/connectors/planner/#create-a-task-(preview) Also, see this "bonus" video in my Forms > Planner playlist that shows how to use a choice question, which is probably a more natural way for people to think when filling out a form: kzbin.info/www/bejne/iKnVh62rhM1-j9k Yes, you can use a rating or net promoter score question since both of those return a numeric value, but do you really want to make the person filling out the form think about what number equates to a "Low" priority task vs. a "High" priority? It makes much more sense to use a choice question with Low, Medium, Important or Urgent.
@luutypires
@luutypires 7 ай бұрын
Mr. Kealey. I discovered where my error was. Your videos are helping me a lot, I've been watching them since the morning. I'm automating a company Planner and I had no experience with Power Automate, its content is self-explanatory and very easy to follow the steps. Thank you immensely for this contribution to the IT community, greetings from Brazil!
@chillinmamii
@chillinmamii 6 ай бұрын
hey chad - sorry if this is a duplicate question but I'm running into a wall... because the form triggers the creation of a task (by me) i am the listed task creator and thus i'm struggling to create an automation that emails the form submitter when their task is complete. can you please help? thank you :-)
@cvkealey
@cvkealey 6 ай бұрын
Actually, that's a question I have NOT gotten before. I hadn't actually considered that requirement, but it kind of makes sense. The catch is being able to match up the task with the original requestor (person who filled out the form). Planner doesn't have a field to store that data, so you'd need something else. Personally, I would create a SharePoint list where the title column is the task title and add other columns for the task ID (which is output when you create the task, so you would have to create the SP list item *after* the task) and the email address of the form submitter. Then, create a flow that runs when a task is completed, have it retrieve the corresponding list item (using the task ID as a unique identifier) and then send the email.
@AnyoneforTea
@AnyoneforTea 2 жыл бұрын
This is an amazing guide, thank you so much for sharing your learnings. I'm having trouble with the dynamic bucket you mentioned in this video. having power automate allocate to a certain bucketing depending on a answer in the Form. Is this a video you will be creating in the future?
@cvkealey
@cvkealey 2 жыл бұрын
I hadn't planned on that, but it was pretty easy to put together: kzbin.info/www/bejne/rXfPkGd-bKxomdE NOTE: I rarely have time to respond to video requests this quickly!
@vipinprad
@vipinprad 2 жыл бұрын
Thank you for this great tutorial. I need to do that same for a form which has a few optional questions and those questions and answers are added to the notes field in planner. Is there a way I can add only the questions user has answered and not show the ones he skipped
@cvkealey
@cvkealey 2 жыл бұрын
Sure! You can initialize a string variable (example: varNotes) and then append the appropriate data to it. I would add conditions to check if the question has a response or not, then append as needed. Plug that variable into the Description field when creating or updating the task.
@rilesw7576
@rilesw7576 11 ай бұрын
Hi, whenever I try and enter in the "Get response details" it automatically falls into the "Apply to each" bucket. I'm not sure what I'm doing wrong. I also don't see the "Response Id" dynamic content, instead it says "List of response notifications Response Id"
@cvkealey
@cvkealey 11 ай бұрын
It sounds like you're starting with a template. Most of the Power Automate templates that use the forms trigger use an old version of it which can return multiple responses. See this video for info on how to update it with the current/new trigger kzbin.info/www/bejne/bHjSoXWGr96Glc0
@cvkealey
@cvkealey 11 ай бұрын
There's one other possibility (which I just learned about last night). If you created the flow recently, using the new editor interface, go into the Settings for the trigger action. You may find under General that "Split On" is set to "Off". Toggle that to "On" and set "Array" to "@triggerOutputs()['body/value']" (just select it in the drop-down). After that, you'll see "Response ID" in the dynamic content.
@rilesw7576
@rilesw7576 11 ай бұрын
@@cvkealey Thank you so much for the response and quickly too. I think that is it. I actually figured our that you just have to enter the create a task in the same bucket under "apply to each" rather than outside. Thanks for such an informative video!
@SarahChapman-p5f
@SarahChapman-p5f Жыл бұрын
Has the Roster Plan been launched yet?
@cvkealey
@cvkealey Жыл бұрын
Yes and no. As in yes, there are now "plans" not connected to groups, but they're connected to other things, like Loop pages/spaces or Loop task list components. You control access to those "plans" by sharing the page/space/component or simply assigning a task to someone. I was hoping for a more transparent experience (like being able to just add members to the plan), but it's not that simple.
@ErikTorkelson-z6w
@ErikTorkelson-z6w 10 ай бұрын
How do you get the format for the time conversion?
@cvkealey
@cvkealey 10 ай бұрын
See learn.microsoft.com/en-us/troubleshoot/power-platform/power-automate/converting-time-zone-power-automate
@skierrage
@skierrage 2 жыл бұрын
Chad, is it possible to have the form you created show up as a task so members of the team can fill in the form? We want to use this as a continous process to track incoming receiving items.
@cvkealey
@cvkealey 2 жыл бұрын
Could you create a task assigned to a user that has a link to the form? Sure! Could you "complete" the task when they submit the form? Maybe? It would require some creativity...let me think it over and get back to you...
@cvkealey
@cvkealey 2 жыл бұрын
Also, something else you might consider: recurring tasks are coming "soon" to Planner. So, when those roll out, you could simply create a daily or weekly task which includes the link to that form. I thought there was also a feature on the roadmap that involved "assigning" a form to a user, but I was mistaken...sort of. There is a feature coming to Bookings where you can link a form to a booking so that the "customer" gets an email with the link to the form after the booking (e.g.: a follow-up survey).
@skierrage
@skierrage 2 жыл бұрын
@@cvkealey It would pass between multiple people, it couldn't be assigned. We would want multiple people to be able to enter information into the form. The reason we want the form is to ensure all of the needed information is entered into the task. Then as each area is completed. it's received in, quality approved and then put away we'd want to move it from bin to bin.
@cvkealey
@cvkealey 2 жыл бұрын
@@skierrage Ah, ok...in that case, a Microsoft Forms form wouldn't work. They're basically one-and-done. You can't have multiple people contribute to the same response. You could do this with a form in Power Apps, though, and have the last person click some button in the app to generate the task.
@skierrage
@skierrage 2 жыл бұрын
The process would be a crisis order is due to be received in. It could be from a multitude of individuals. They create the task in Teams. This will cue the receiving department to look for the package. When they received the package all they'd have to do is move to the next bin quality. After it's cleared it would be closed. The nice thing with teams it would be very visible and easy to follow. Everyone could see it. We wanted a form so the individuals entering information would enter the correct information. We'd want something that would be easy yet transparent.
@cynthiabates965
@cynthiabates965 2 жыл бұрын
I have found this series very helpful so far. The struggle I am having with Power Automate is creating a flow that takes form field information and uploaded files in a submitted Microsoft Form and creates a Planner task with links to the attachments from the form included in the task under "Attachments". That would be VERY helpful if you could document in a video as I have yet to find a video that puts it all together. I think the issue that is hanging me up is the fact that a Parse JSON action needs to be added to the flow to create an array of the attachment file links that can be added to the task under an "Update Task Details -> References" action. The examples that I have found with this are somehow missing a step as I am unable to get the flow to work successfully.
@cvkealey
@cvkealey 2 жыл бұрын
I'm working on that video...should have it uploaded by tomorrow morning (if not later today)
@cvkealey
@cvkealey 2 жыл бұрын
Got to it sooner than expected: kzbin.info/www/bejne/rZiYqa2EZ7l4pc0
@natalyflorez-gonzalez1754
@natalyflorez-gonzalez1754 Жыл бұрын
@@cvkealey Is there a way for the PDF file of the MS Form to be saved and added to the task as an attachment?
@cvkealey
@cvkealey Жыл бұрын
@@natalyflorez-gonzalez1754 sure...this video shows the quickest/easiest way to save the form data in a PDF: kzbin.info/www/bejne/epC5dWSDf8qgo68. Save that PDF to the SharePoint site of the group that owns the plan, then add it as a resource.
@cvkealey
@cvkealey Жыл бұрын
@@natalyflorez-gonzalez1754 and as general note, there is almost always a way to do something in Power Automate...it's just not always easy, convenient, or worthwhile. 🙃
@SarahGriffiths-et4sk
@SarahGriffiths-et4sk Жыл бұрын
Hi. I'm following all the steps, the form is submitted, but it does not appear in planner. Can you help please?
@cvkealey
@cvkealey Жыл бұрын
I don't provide one on one support, but you can post a message in the Power Automate community (powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows) with a description of the error you're getting and screenshots of your flow. You can tag me there using @ChadVKealey
@SarahGriffiths-et4sk
@SarahGriffiths-et4sk Жыл бұрын
@@cvkealey thank you
@vastsamis3206
@vastsamis3206 Жыл бұрын
This is a great flow but when I create the flow under form ID nothing is showing. Am I missing a step?
@cvkealey
@cvkealey Жыл бұрын
You'll see your *personal* forms listed there, but not *group* forms. You need to get the form ID (from the URL used to access the form) and paste it in as a custom value. See the video for more details: kzbin.info/www/bejne/hZWWqmijm7Zrh6M
@vastsamis3206
@vastsamis3206 Жыл бұрын
@@cvkealey Thank you Chad! I have managed to make everything to work correctly. The buckets allocation, importance, the works. My only problem now is that although every time I submit a form it works a treat, when a colleague of mine does the flow does not populate the planner. I can see their submission on the excel SharePoint list but not on planner or teams. Is this a glitch or I have messed up? Any help will be awesome!
@vastsamis3206
@vastsamis3206 Жыл бұрын
Both submissions did not have an attachment and the flow failed at the "Scope -handle attachments". It came back with the Error Details [ Unable to process template language expressions in action 'Parse_JSON_of_file_upload' inputs at line '0' and column '0': 'Required property 'content' expects a value but got null. Path ''.'.] I hope you can help!
@cvkealey
@cvkealey Жыл бұрын
@@vastsamis3206 ah, OK...if the file upload question is not required, you need to account for that in the flow. This is how I do it: kzbin.info/www/bejne/oHO3notmmNJphLc
@mike-chanic
@mike-chanic 2 жыл бұрын
What about if the priority is selected in a form that instead of having numbers have the word "Urgent", etc.
@cvkealey
@cvkealey 2 жыл бұрын
You would need to convert that to an appropriate number in the flow. There are several ways to do that, but an array variable with the choice values and corresponding number would be the cleanest.
@cvkealey
@cvkealey 2 жыл бұрын
Here are two ways to do it: kzbin.info/www/bejne/iKnVh62rhM1-j9k
@mike-chanic
@mike-chanic 2 жыл бұрын
@@cvkealey Thank you so mouch for the response. The thing is taht it says that the video is private and cannot watch it.
@cvkealey
@cvkealey 2 жыл бұрын
@@mike-chanic try again, I updated it to be public
MS Forms to Planner Tasks - Part 2
25:24
Chad Kealey
Рет қаралды 9 М.
How To Create a Planner Task from a Microsoft Form Submission
27:49
A Creative Opinion
Рет қаралды 962
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 49 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 47 МЛН
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,4 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 80 МЛН
MS Forms to Planner Tasks - Part 4
22:14
Chad Kealey
Рет қаралды 10 М.
MS Forms to Planner Tasks - Part 3
24:23
Chad Kealey
Рет қаралды 7 М.
How to Master Microsoft Forms - Systemise Your Business!
15:07
Jonathan Edwards
Рет қаралды 40 М.
Save Forms 📝 & Attachments📎 in a Sharepoint List
18:18
Enea Liçaj
Рет қаралды 20 М.
Move Planner Tasks Between Buckets using Flow [Microsoft Power Automate]
17:52
Bulk Import Tasks into Planner using Power Automate
23:47
DamoBird365
Рет қаралды 30 М.
Project Manager's Guide to Microsoft Lists | Advisicon
30:51
Advisicon
Рет қаралды 168 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 49 МЛН