Such an asset to the community - Reza combines supreme knowledge with an ability to teach it in a way that is relatively easy to consume. HE's THE MAN!
@@RezaDorrani Seriously. You're a very giving teacher, but also you really provide content that anyone can learn something from. Kudos to you. And keep up the fantastic work 🙂
Awesome!!! Standing ovation deserved for this one. Demand another video on Expressions? How about, we demand another 10! These are simply awesome, keep them coming.
Actually nothing special in my mind right now, but im really worry about API calls at the moment. so if there is more related to this topic it will be grateful. Also how to increase the flow performance. Oh another topic i found out last two days related to powerapps, is office365.sendEmailApproval function, i tried it as a test but there is notificationsURL parameter that should fill in but i dont know what is it, also there is office365.sendEmailWithOptions. I think this is a good topic to represent. Thanks 😊
Expressions is a great series! waiting for episode 501 :) Just a quick question - is there an easy way of checking how many API calls I have already used per my plan?
Absolutely loved it. Very well put together. I am struggling with this. I am using MS Forms with cascading dropdowns and sending it to Dataverse through Flow. All works except for the dropdown outputs. The first dropdown (call it Area) branches to two different sections (named Schools) so it is not easily picked up in Flow. Those dropdowns branch into about 10 different teachers in each school branching to Teacher. Should I look for the solution in MS Forms or in Flow? I have watched your Expressions 101, 201, 301 and 401 but cannot find a solution. Keep the videos coming especially with Reza as they are explained very well. Thanks.
@@RezaDorrani Thank you so much for responding. I have gone through the video but unfortunately you have not covered branching to multiple choices through cascading dropdowns. If you do have a solution then I would be extremely grateful. If you need further clarification then please let me know. Thanks again for your exceptional videos.
Reza, please correct me if I am wrong but instead of using the object variable to pass Json key-value pairs we could also use a select block and use the parse Json with the output given by Select. I am really curious to know if the Select block would trigger some unwanted API calls
Awesome video man.. And have a doubt …. I think the run history will be stored only for 28 days from it's run, Right? My question is , I got the mail with run link and what happen when I use the link after 28 days (after the run history time limit) ,whether the link will work or not?
Run history is only 28 days. If you click link after 28 days, it will probably result in flow run not found as it has been deleted. If you need historical data, you would have to store it in your system of record. Classic case is approval flows, where you would like to save the history of the flow approval process.
This is a great video. I was wondering when you do a SetProperty how do you get that value to persist later. I am using the setProperty to increase a variable by 1. This is all in a Do until loop. I need the value to continue increasing by 1 but it gets set back to 0 on the next pass. The first pass does increase by 1 though.
Thank for the vid! Where do you get the "compose action" or "data operation", do you need a premium account? I have just a regular account and I don't have these options on my power automate.
@@soul67 You don’t need a premium account for any of the features shown in this video. A standard office license should suffice. Check with your tenant admin as to why you are not getting those actions.
In Forms I am using a dropdown with multiple branching with the same name. In Flow I am trying to use to ignore all the empty values and keep the selected value but cannot get it to work. Is this something you have come across? I have gone through all your videos but cannot find the solution. Thanks you.
Such an asset to the community - Reza combines supreme knowledge with an ability to teach it in a way that is relatively easy to consume. HE's THE MAN!
Reza is a genius! But more than that, he’s an awesome teacher, never fail to learn when I watch anything he’s involved in.
Thanks Dan
@@RezaDorrani Seriously. You're a very giving teacher, but also you really provide content that anyone can learn something from. Kudos to you. And keep up the fantastic work 🙂
@@josephansah Thank You
Too Good. Saw this video 4 times to get hand on it.
Some people watch the same music video over and over again. I watch videos with Reza and Jon over and over again !!! please give us more !!
Awesome!!! Standing ovation deserved for this one. Demand another video on Expressions? How about, we demand another 10! These are simply awesome, keep them coming.
Thank you ❤️
Thanks for this wonderful session, need 501 now guys..you guys are really helping out the community.
Thank you 😊
Reza is the best!!! I love him teaching!
YES! MORE!!!
Thank You
Reza is the MAN!
This is so great! thank you so much!
You’re very welcome!
Thanks Reza and Jon. This video is really amazing and helpful.
You’re very welcome!
Thanx to both of you.
Thanks for watching
WOW. Nothing to say but WOW!
Yay. Glad you enjoyed it.
Another great video! Such a great presentation. So thankful for you sharing your knowledge!
Thanks Rebecca! Appreciate you taking a moment to leave some positivity!
This makes me love JSON💗💗💗💗💗💗
More ❤️ to JSON
Awesome!!!
Thanks
Amazing as usual.. more expressions plz
Thank you. Any suggestions on what scenarios around expressions you would like to see covered?
Actually nothing special in my mind right now, but im really worry about API calls at the moment. so if there is more related to this topic it will be grateful. Also how to increase the flow performance. Oh another topic i found out last two days related to powerapps, is office365.sendEmailApproval function, i tried it as a test but there is notificationsURL parameter that should fill in but i dont know what is it, also there is office365.sendEmailWithOptions. I think this is a good topic to represent. Thanks 😊
Expressions is a great series! waiting for episode 501 :)
Just a quick question - is there an easy way of checking how many API calls I have already used per my plan?
Thanks again for the perfect video 👀👏 👍. Is it possible to update multiple properties of a variable within one action? 🧐
Absolutely loved it. Very well put together. I am struggling with this. I am using MS Forms with cascading dropdowns and sending it to Dataverse through Flow. All works except for the dropdown outputs. The first dropdown (call it Area) branches to two different sections (named Schools) so it is not easily picked up in Flow. Those dropdowns branch into about 10 different teachers in each school branching to Teacher. Should I look for the solution in MS Forms or in Flow? I have watched your Expressions 101, 201, 301 and 401 but cannot find a solution. Keep the videos coming especially with Reza as they are explained very well. Thanks.
Hi Phil, I have a video that covers forms and flow with various column types. See if it helps - th-cam.com/video/kbqXsKPTmZk/w-d-xo.html
@@RezaDorrani Thank you so much for responding. I have gone through the video but unfortunately you have not covered branching to multiple choices through cascading dropdowns. If you do have a solution then I would be extremely grateful. If you need further clarification then please let me know. Thanks again for your exceptional videos.
Reza, please correct me if I am wrong but instead of using the object variable to pass Json key-value pairs we could also use a select block and use the parse Json with the output given by Select.
I am really curious to know if the Select block would trigger some unwanted API calls
Select and parse json will not trigger unwanted api calls and can be used.
I was trying to avoid even the use of parse json to save that 1 API call.
@@RezaDorrani thank you so much !! you are the best !!!
Awesome video man.. And have a doubt ….
I think the run history will be stored only for 28 days from it's run, Right?
My question is , I got the mail with run link and what happen when I use the link after 28 days (after the run history time limit) ,whether the link will work or not?
Run history is only 28 days. If you click link after 28 days, it will probably result in flow run not found as it has been deleted. If you need historical data, you would have to store it in your system of record. Classic case is approval flows, where you would like to save the history of the flow approval process.
@@RezaDorrani tqsm
This is a great video. I was wondering when you do a SetProperty how do you get that value to persist later. I am using the setProperty to increase a variable by 1. This is all in a Do until loop. I need the value to continue increasing by 1 but it gets set back to 0 on the next pass. The first pass does increase by 1 though.
Just having a similar problem
@@thomasbail9130 Try using the increment variable function. It can be found in the same category as initialize and set variable.
MORE!!!MORE!!!MORE!!!MORE!!!MORE!!!MORE!!!MORE!!!MORE!!!MORE!!!MORE!!!
Thank for the vid! Where do you get the "compose action" or "data operation", do you need a premium account? I have just a regular account and I don't have these options on my power automate.
These are standard actions in flow and should be available. Which plan or license does your account have?
@@RezaDorrani I have only 365 account and a licence pro power BI. I don't have a premium account for power automate.
@@soul67 You don’t need a premium account for any of the features shown in this video. A standard office license should suffice. Check with your tenant admin as to why you are not getting those actions.
@@RezaDorrani ok thanks for the advices. And thanks for taking some time to answers
@@soul67 You are most welcome
In Forms I am using a dropdown with multiple branching with the same name. In Flow I am trying to use to ignore all the empty values and keep the selected value but cannot get it to work. Is this something you have come across? I have gone through all your videos but cannot find the solution. Thanks you.
How to add emojis in expression for approve and rejected bro???
simply add them in! they are supported like text!
It's so hard...
it really is.. :(