Power Automate Tutorial: Entering Multi-Choice Responses from Microsoft Forms to SharePoint

  Рет қаралды 18,876

Pragmatic Works

Pragmatic Works

Күн бұрын

Пікірлер: 45
@whatisiswhatable
@whatisiswhatable 28 күн бұрын
Thanks - this is very helpful and something I find very complicated in Power Automate when it is so easily done in any programming language
@sudosaurus
@sudosaurus 10 ай бұрын
This is exactly what I needed for a flow I’m working on. Thank you for the simple pragmatic approach. ❤
@marie-andreefurlong354
@marie-andreefurlong354 Жыл бұрын
Great video! Any tips on how you can map the results of 2 multiple choice questions to one list column using Power Automate? I did try a join but since one of the questions could have blank answers it did not work.
@leeellis633
@leeellis633 4 ай бұрын
im just wondering why my array isnt available in the select action?? i can see the array if i use a compose but for some reason i dont have any dynamic content using the select action..
@simondittmann2883
@simondittmann2883 2 ай бұрын
Great video!! For anyone having trouble with this, try creating a new column in the SPO list under 'See all column types,' select 'Choice,' and then 'Checkboxes' - this will allow you to select the option 'Switch to detail inputs for Array item' in Power Automate.
@amichinen7510
@amichinen7510 Жыл бұрын
Thank you so much! Your clear explanation really helps and very easy to understand for a beginner like myself.
@GlynnRyan
@GlynnRyan Жыл бұрын
Thank you for the easy tutorial! Exactly what I needed 🙂
@TiGGowich
@TiGGowich 5 ай бұрын
super helpful thank you! Cannot say I understood what this does exactly but it worked
@gavinklose4403
@gavinklose4403 Жыл бұрын
Thank you so much. Does this work if the input was a "For a selected file" > Add an input (multi-select text list)? I have triied but I cannot get the input to appear in the Dynamic List for the From json() expression??
@luizhct22
@luizhct22 8 ай бұрын
I could solve it by doing a workaround. Check it on the other comment similar as yours
@RobynJarman
@RobynJarman Жыл бұрын
Thanks for this quick tutorial, it was exactly what I needed. Love your work!
@PragmaticWorks
@PragmaticWorks Жыл бұрын
Glad it was helpful! Thanks!
@mikenitti2546
@mikenitti2546 Жыл бұрын
Hi, this was easy to follow but I have a question, I have a form with multiple, multiple choice questions and cannot get the flow to work, do you have any advice of a video I have not found of yours to show me? Thanks in advance
@AdiCristea
@AdiCristea 2 жыл бұрын
Great tip, Jonathon!
@PragmaticWorks
@PragmaticWorks 2 жыл бұрын
Glad it was helpful!
@itanandrevalenciamendez2370
@itanandrevalenciamendez2370 Жыл бұрын
Such a great video! But still have a follow up question. What do you do when you have a form with Different Multiple Choise Questions?: Do you have to add more SELECT functions and replicate the same process? Thanks!
@thisizzellie2531
@thisizzellie2531 Жыл бұрын
did you found the answer?
@AntoniaMartinezPhd
@AntoniaMartinezPhd 9 ай бұрын
@itanandrevalenciamendez2370 - Did you ever find the answer to how to do this when you have more than one multiple-choice question?
@tonymcqueen
@tonymcqueen 4 ай бұрын
@@AntoniaMartinezPhddid you ever figure this out ? I need help with this also
@AnnyLi-w3t
@AnnyLi-w3t Жыл бұрын
Hi, great video! I ran into an error when I only select 1 option from the question. Error:"The 'from' property value in the 'select' action inputs is of type 'String'. The value must be an array." Do you have any advice on solving this? TIA
@erickung4302
@erickung4302 5 ай бұрын
Thank you, it worked splendidly. .
@gabrielferreiraguimaraes2092
@gabrielferreiraguimaraes2092 Жыл бұрын
Great tutorial, but I need to know the quiz score in addition to the start time to calculate the duration of the assessment. Is there any way to get this data?
@brs14sa
@brs14sa Жыл бұрын
When the multi select is empty, the flow fails as JSON can't handle null value
@cravocanela
@cravocanela 6 ай бұрын
Hi! I need to do this in my document library... is this process valid only for lists?
@GeminiLoh
@GeminiLoh Жыл бұрын
Hi, possible to split those multiple choice into different row in sharepoint list?
@michaelcha6278
@michaelcha6278 10 ай бұрын
The dynamic content doesn't show up for the Select JSON function unless I turn off "Split On" for the "When a new response is submitted" in which I can't select ResponseID for the "Get response details" step. What do?
@luizhct22
@luizhct22 8 ай бұрын
Me too. Could you solve it? whats the functionality of split on?
@michaelcha6278
@michaelcha6278 8 ай бұрын
@@luizhct22 check your column on the list and make sure multi choice in disabled
@luizhct22
@luizhct22 8 ай бұрын
@@michaelcha6278 but if its disabled, I will have problem in the Create Item, making the "Switch to input entire array" option do not appear. No?
@michaelcha6278
@michaelcha6278 8 ай бұрын
@@luizhct22 are you using the new powerautomate interface?
@luizhct22
@luizhct22 8 ай бұрын
Hi I could solve it putting the json actions below the create item, erase the multiple answer question on the previous one, and create another create item below this actions, just with the multiple answer question. Edit: it didnt work, it created two items :(
@cassidykjwei1264
@cassidykjwei1264 2 жыл бұрын
Thanks for the tutorial! Just one question, when I'm at the "Create Item" step, mine doesn't have the option "Switch to input entire array". Could you please share if there are other settings to change or something we can work around it? Thanks!
@howtoguidesamharic5071
@howtoguidesamharic5071 Жыл бұрын
I was able to get the option when I changed the column type in the list to Choice and allowed multiple selections
@londonengland2309
@londonengland2309 7 ай бұрын
What if you have a few choice columns. Should you keep creating more selects etc
@claudiantenegri2612
@claudiantenegri2612 Жыл бұрын
Hi Jonathon, could you explain the same but for a SharePoint list (copy of items between 2 SP lists). Thank you!
@kyunkal
@kyunkal 9 ай бұрын
Thank you for the video! This was very easy to follow and has gotten me most of the way to where I want for the multi-select choice question... but I'm still seeing a slight bug. I've gone through my Flow with the video playing several times to make sure I followed each step, and I definitely did everything the same as the video. Each time I make a new submission the first entry for that question comes out looking the same as if I didn't do the 'Select' formatting. It doesn't use one of the choices for the question. This happens no matter which selection is the 'first' selection for that question. Is there a way to fix this?
@alaindewitt
@alaindewitt 7 ай бұрын
I followed this video very closely and couldn't get the Select action to work either. At 11:55 Mr. Silva says "we're going to label that with a value and then each item separately after that." I'm not sure what he means. At any rate, when I run my flow, my data in SharePoint contains [{"Value": DATA1}, {"Value": DATA2}].
@ashwinijaware9235
@ashwinijaware9235 10 ай бұрын
Please make video on lookup field from SharePoint in power automate it comes as ID how to resolve it?
@bennyj33
@bennyj33 Жыл бұрын
Thank you!
@AwesomeAbdul4q
@AwesomeAbdul4q 2 жыл бұрын
Hi sir I have one requirement, 3 years old SharePoint files should auto move into archived folder.. How to complete this requirement..
@davidalonsogarciachirinos6112
@davidalonsogarciachirinos6112 4 ай бұрын
Excellent!!
@hellopsp180
@hellopsp180 5 ай бұрын
didn't work for me :(
@Mysterio217
@Mysterio217 Ай бұрын
This Doesn't work for Many. The Select Data Operation Does NOT show the Dynamic Value in the Json() expression. Wasted my time
@olafesch5020
@olafesch5020 Ай бұрын
Same to me
Sending multi-select choice from office forms to SharePoint
14:33
Alireza Aliabadi
Рет қаралды 3,6 М.
Power Automate Tutorial: SharePoint List to PDF
18:57
Pragmatic Works
Рет қаралды 18 М.
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
I was just passing by
00:10
Artem Ivashin
Рет қаралды 18 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
Automate Microsoft Forms Responses into SharePoint Lists with No Effort!
12:00
This is how easy Power Apps can be.
5:52
Tex-IT
Рет қаралды 174
SharePoint & Power Automate - Only Run When a SINGLE COLUMN Changes!!
19:04
Michael Jackson - Thriller (Official 4K Video)
13:42
michaeljacksonVEVO
Рет қаралды 1
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН