Two days I’ve been trying to figure this out! Your explanation was so much clearer and simpler than any other I’ve found!
@TheOyinbooke2 жыл бұрын
Glad you found this helpful. Thank you for the comment
@joannepope71322 жыл бұрын
Olanrewaju, thanks so much!! I'm brand new to Power Automate, and this type of detail is really confusing. Your video is the only one that explained things simply and clearly, and I was able to replicate it in my own work. I'm looking forward to combing through the rest of your videos!
@TheOyinbooke2 жыл бұрын
Hi JoAnne Pope, Thank you for your comment and support. I am glad you find this useful. Do let me know of any unique use case you are trying to solve, I can create content on it for you.
@jonsteen61413 ай бұрын
Configure Run Options is a gold mine for me.
@M365PowerAdmin2 жыл бұрын
Dude, you have helped me out so much with this video. The outputs into email have been driving my team mad recently and this helps tidy up the process perfectly.
@TheOyinbooke2 жыл бұрын
Glad you found this helpful
@billypope Жыл бұрын
Thanks very much for sharing, it worked perfectly for me with some tweaks! A star!
@val136Amstel2 жыл бұрын
THANK YOU for these golden tips💯! I'm a newbie and it took me forever to figure this format issue!
@sarahvandeberg85102 жыл бұрын
Thank you so so much! I spent hours trying to work out how to take multi choice questions from a Form and put into a choice field in Lists! I was using a method from Intelogy but I think the initialize variable was in the wrong place, so your method worked great (although I used her additional compose action to remove the superfluous [" ,"] '
@TheOyinbooke2 жыл бұрын
Glad you found this useful
@jayfab46893 жыл бұрын
Thanks for the new material.
@whatisiswhatableАй бұрын
Thank you for this. Another example of Microsoft making something way harder than it needs to be and actually bastardizing a standard programming thing
@ebubefestus21862 жыл бұрын
Thank you for this. The second method is so preferable👍
@TheOyinbooke2 жыл бұрын
Thank you for your support
@bobbirowlett672811 ай бұрын
Very happy with this explanation. You give us two options. That is great! I like the simplicity of the JSON. Thank you! Is it possible to grab each selection and put it as a check box in a Word template? Thanks again!
@bhuvanasaravanan4105Ай бұрын
You’re awesome bro😎
@dalebraden95562 жыл бұрын
Great video! you saved me a lot of time and frustration. I used your examples to populate a word document but would very much appreciate an example of how I can format the output vertically?
@gunasekaran42882 жыл бұрын
Any comments for this?
@umairismail955517 күн бұрын
Can this output be used for performing filter in the get rows action?
@samratthakar412952 жыл бұрын
Thank you so much for the video! Can we add multiple input on Json or we have to use multiple Json one by one for more than one multiple-choice answers?
@cravocanela7 ай бұрын
Does it work in the Document library too?
@TheDers907 Жыл бұрын
How would you do this if you have multiple-multi-select questions? Say I have 4 or 5 questions with multiple multi-select options.
@TheOyinbooke Жыл бұрын
I will try this scenarios and see what is possible
@RockyHughes-c4t Жыл бұрын
@@TheOyinbooke I have the same scenario as this.
@AntoniaMartinezPhd9 ай бұрын
@@TheOyinbooke Hi. Were you ever able to figure out how to process multiple multi-select questions?
@cina07020610 ай бұрын
I am extracting data from MS forms, getting the response details and creating an item in SharePoint and then sending out an email containing the Reponses from the form. I have the responses for 20 form questions in the body of the email. Do I need to complete this exercise for each response value?
@6psycho92 жыл бұрын
@Microsoft Power Tools What if I have multiple questions with multiple choice. How can I strip this out? That way I can draft an email with the responses from the MS Form.
@MalekAlthubiany6 ай бұрын
how to make Get response details dynamic content available, I cant fetch it says "No dynamic content available". When using "Join" action
@catorolea71222 жыл бұрын
Hi There - I don't seem to see the Apps Familiar With field in the Create Item section. Any idea why that is? Thanks
@RockyHughes-c4t Жыл бұрын
Hello and thank you for making these videos. I was able to implement your solution and have successfully been able to format the output from a Multiple Choice Field on a form that I have created. However, I have four other questions on the same form that also allow multiple answers. I have attempted using commas within the json() to separate out each question. I have tried creating multiple compose and join statements (one for each question). Among a few other things. All fails. Any help is appreciated! Thank you in advance!
@azeezadegbenro73543 жыл бұрын
The second method is simple 😁. Thank you. Is there anything "Compose" function can do that "join" cannot do or any scenario where we can use "Compose" and "join" will not not work, if no, i go with the second method
@TheOyinbooke3 жыл бұрын
Thank you @Azeez for your comment. Compose action card basically can take any expression. It is meant to evaluate expressions. I only use the replace function because that is what I need to use. I can use several other functions. But the primary work of JOIN Action card is to join two or more characters. Or even sentence, names etc...
@azeezadegbenro73543 жыл бұрын
@@TheOyinbooke All right. Thanks for the clarity.
@gunasekaran42882 жыл бұрын
Hi am looking this is one from morning. Great finally I got it But I have similar scenario. I need create a line item based on multi choice column count. If examples 4 line need to create for unique ID. Is it possible in power automate?
@JT-gd4pv2 жыл бұрын
Can you make each multi-response selection create a separate sharepoint entry? Essentially let the customer select multiple, but it enters SharePoint like separate responses?
@TheOyinbooke2 жыл бұрын
Thank you for this use case. I will explore its possibilities and do a video on it
@ogunmolaololade76002 жыл бұрын
My flow keeps throwing an error when nothing is selected for the multi choice field. Please what can I do
@TheOyinbooke2 жыл бұрын
See the solution here kzbin.info/www/bejne/bpDJkqaVZ7Jmqpo
@slcrab19 Жыл бұрын
same.
@robh24892 жыл бұрын
This is a great video, so helpful, are you able to past the expression in a reply?
@TheOyinbooke2 жыл бұрын
Here is a use case that can be applied to the same scenarios kzbin.info/www/bejne/bpDJkqaVZ7Jmqpo
@redbug2011 Жыл бұрын
Thank you for this tutorial. What if I am sending the response via e-mail and wanted it to be separated by comma as well.
@TheOyinbooke Жыл бұрын
I will look into this scenario
@yilinjia56273 жыл бұрын
Hi sir, If one value from Form is empty, how can I use automate to return a fixed value, like N/A into SharePoint list?
@TheOyinbooke3 жыл бұрын
Hi Yilin Jia, You can use Power Automate Expression "empty" to check if the said field is null. Add a condition action card to it and define what happened if null or not. Do let me know if you need me to do a brief tutorial on this.
@robh24892 жыл бұрын
@@TheOyinbooke it would be great to see a tutorial on "empty"😊😊
@manjulmishra9902 жыл бұрын
Can we have the answer vertically as well?
@manjulmishra9902 жыл бұрын
When i create html file of this i need to have all possible answer vertically, but its coming with ,;”[ and horizontaly.
@TheOyinbooke2 жыл бұрын
I believe we can. I will explore the possibility and share a video on it
@Kabita2212 жыл бұрын
@@TheOyinbooke hi, did you get any solution for getting the responses vertically?