This was driving me crazy...until I found your video... I had all these flows and could not get them to work... but now... it's perfect and better than it was... thanks for all you do Reza
Holly smokes!! Finally they came up with an easier way to work with Power Automate and Powerapps. Up to this point was a pain to combine these two technologies, gonna be awesome from now on!. Thanks for the video buddy, you rock!!
Wow, this is so fun! I feel like programming is so much more fun than it used to be :D Thanks so much for all your great tutorial videos Reza, I use them all the time! Cheers!
Great video thanks, plus I found 1 more interesting thing that - if you're using the PowerApps trigger, it will run in user context who is running flow . If you're using the PowerApps V2 trigger, then you have the option to choose whether to use the connections credentials or to run as the user who invoked the flow. This is configured in the flow details page. This I tried in use case - add data to SP list using canvas app with user impersonation.
Awesome find Ankit! I wish the documentation was more elaborative. Now the question for me is "How many folks would like a video on this 😉" I will post a poll on this in the Community Tab. If I make the video, I will be showcasing your name. Let me know if that is ok?
Wow!!! Awesome feature, will reduce work... tried it with new test app and also in existing app...Thanks Reza for sharing and for nice step by step explanation, as usual.
Thanks for the video! I really hope this will solve all the problems I had with flow and Power Apps! If so, I'm going to revert some worarounds back to flow.
Hi Reza, love your videos. I just added a power flow to trigger a stored procedure from my powerapps. Is there a video that shows how to handle success / failures of the flow within powerapps? I'd like to direct my users to different screens upon the completion of the flow.
Thanks for watching & liking the videos. I do not have a specific video on error management with respect to flow & power apps. I did a few videos that includes flow error handling which may help. Check ruclips.net/video/8O68-cc-QNo/видео.html & ruclips.net/video/O97IdCbfMQI/видео.html
Thanks for the video, Reza. as of now, if i click on a submit button of my powerapps form, if i wanna trigger a flow, which was created in power automate.how its done? is there something, eventreceiver kind of functionality exists in powerautomate? itemadded/ itemdeleted/ itemupdating etc similar to our SP Obejct Model ?
Hey Reza, thank you for great video. Have you experienced problem with respond to PowerApps action? According to my experience only text output params work. If I place there any other type it is a lottery if this will work or not (PowerApps then does not recognize any output params - seems like bug, but can you please confirm /ask your contact in MS?)
That's true - only text works. There are many other issues which I hope will be resolved soon. One thing I am waiting for is the ability to return an array to power apps from flow (as a standard connector). I actually did a hack to achieve it but do not want to share it (in a video) because it's not a recommended approach :)
As always, excellent. Unfortunately I can't see the Pane in my PowerApps environment - when I choose UPDATE in settings there is no UPCOMING menu and I don't have the ACTION menu/ I did add Powerautomate from the + sidebar, but had to create a new flow as I couldn't see existing flows. When I try to add the SELECT action there is an error in the function. Do I need a different licence?
This has nothing to do with license. The feature is now GA and no need to activate it. I have not experienced the mentioned issue and hence not sure of the cause or fix for it. I will recommend checking or posting your issue on forums in case someone has experienced something similar community.powerplatform.com/
Another great video. I am really interested in the power automate part on how you extracted multiple attachments and what expression you have put into the compose function for this to work without having an "apply to each"?
I made a verion of that inspection app available for download on my github repo (flow is connected to App, so when you install app it will install the flow as well). github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip
Nice one Reza. Really helpful. You have been really doing a great job for all.of us as this is the kind of things you need if you are a powerapps developer. Thanks a lot.
Hi Reza, I do have multiple sections in MS forms and want to get a separate entry for all of the section in different rows using power automate. How can I do that, can you please guide?
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Nice feature Reza… One question Is this flow built in Power apps automatique save with that apps, if i export this app should i export this flow seperately
Great thanks, however, I have several instant/button trigger flows that up to now have no connection to PowerApps. I've been running them only from the Power Automate app. These flows are not displayed in the environment (no surprise there) but want to add them in my new app. How can those flows be associated with my new app?
@@RezaDorrani Tx Reza. Now extra work required to reference those inputs in powerapps and probably rewire references in the flow. Thanks for your response 😀💥
Nice video! But do you know what I could do if I don't see the Power Automate flow in Power Apps? I did an Instant Cloud Flow with Power Apps as a trigger and it doesn't show up in the PowerApps flows. Thanks!
I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thanks Reza . This was indeed a pain removed through pane😃. Will it help in moving application from environment to environment and need to detach and attach in each environment.
Hey Reza, where do you check the Flow runs for Flow built in PowerApps in Teams? It doesn't seem to appear as a Cloud Flow in Power Automate or anywhere else to troubleshoot?!
@@RezaDorrani Yeah it doesn't exist anywhere, not in Power Automate within there either..Also there is no Action button in Teams PowerApps just a basic menu for Flows where you can Refresh or Edit. Same with the old control thats switched off.
I have not come across this issue & hence not sure what the resolution is. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, Thank you for sharing this new feature its really helpful. One more thing if you could guide me please, I want to use a ServiceAccount to run the flow. How to configure the flow? I tried adding a new connection but this not working.., I want to send emails from the Service account only and not from an individual account.
Hi Reza, This funcutionaly seems quite useful in power apps, but I'm having issues using flows in Model Driven Apps. I dont want to use a BPF, simply just run a flow manually from the ribbon bar. After creating flows and publishing them in my solution, when the app is open and navigating to the flow button in the ribbon/command bar, no flows are available. Have you encountered this? I cant find a video of yours covering Flows in Model Driven Apps
I do not have a video reference on this scenario and have not done any on BPF. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hi Reza, Thank you for providing such informative videos. I have a query which is not related but thought if you could help. If we are getting 3-4 tables from dataverse list rows in a flow, how can we configure their values in one action item without the reoccurrence of 'Apply to each' ? I got 4 times reoccurrences of apply to each in this case.
You would need to use expressions in Power Automate to do so. Flow expressions video - ruclips.net/video/O97IdCbfMQI/видео.html I have done videos around approvals wherein I have shown how to go around the loops and write expressions. You can check those on my channel. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Do you have any plans on making a video on that? Apart from this, there are only 2 videos on Model Driven Apps, can we have something which starts from scratch and explain everything in Model driven? And one more thing you are a life saver :-) I believe I have been benefitted a lot from your videos. Lots of Luv from India. Keep shining
Great lovely Reza.. I like your all the video. Also, I request you to please help me. how would admin team wil receive notification from end user for documents library excel Document delete request. Is it possible any video like that kindly share to me and save me....🙏🙏🙏
Thanks. If you need to be notified when a document is deleted, there is a new "Rules feature" in document libraries. In the ribbon, there is an Automate Option which will show Rules.
@@RezaDorrani no Reza. Admin like I need to get notifications from users. Which file they need to delete. How will do this. Even I try to copy and paste URL in share point list. But it's showing error ( due to 255 characters length) so I don't know how to automate. Still I wil receive this request via email by manually...
@@gunasekaran4288 Not sure about this. Something for me to explore as well. I will recommend posting your query with screenshots on the forums at powerusers.microsoft.com
Hey Reza, Thanks a lot for those videos. They have been very helpful. I need to know how encryption works in PowerApps? I mean how do we secure IDs when using PowerApps or Automate, Please help
Not sure about that. Data encryption can be done at Dataverse level (database). Not sure about other services. I will recommend checking on the forums powerusers.microsoft.com/
@@rajamahendrareddyvangala114 I can add it but chances of video being made is extremely low. I would need a lot more folks requesting this. I have a 100 + topics that have been requested by many people.
I have not made this version available. I have an older version available at github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip Video - ruclips.net/video/iW9dpDntKrY/видео.html & ruclips.net/video/Da4do2DxmJE/видео.html
Do Flows created from within an app work when added to a solution? I added an app to a solution then imported into a different environment. It failed because of an error with the Flow created from within the app. All the flows added using the old method were fine.
Hi Reza, this new feature is a game changer. Thank you for sharing your knowledge! If an App is moved to a solution will the 'powerapp button' triggered flows move with it? I know it was an issue with the old experience. I moved an app to a solution and my flows inside powerapps dissappeared. Will this solve that problem too?
Thanks. I believe this does not fix the solution issue yet. Something for me to test. I got this new feature in a preview environment which does not have a Microsoft Dataverse Database.
@ I did some research but no succes i just want it so users cannot spam the data fetch button constantly, i would want to disable the button until the flow timer completes.
@@qendrimselmani2341 I will recommend checking or posting your issue on forums in case someone has experienced something similar community.powerplatform.com/
Hi Raza - New automate flow If we want to create a share link data operation in that Link Type - Direct is not presented. We have only two options Edit and View. If we want a Direct link type then how we can modify the flow?
Hi Reza, super video. Could you please do a video on How to use CI / CD for power apps and Power Automate. If possible please explain how to work multiple developers on a single App. Thanks in advance and looking forward from your end.
CI/CD as a topic needs work and something that I have not invested much time in. We did a video on R&D show on multiple devs for single App. Check ruclips.net/video/YuoGN4QtYhc/видео.html
I'm trying to do something, I don't know if it's possible. I want to build an AI that extracts info from a pdf and then fill those details into a Power apps app. I want to do this over a number of documents, like 43 documents. I want the whole process to be automated. Thoughts...
Possible but for automation I would use Power Automate not Power Apps. Check my AI Builder video playlist - ruclips.net/p/PLTyFh-qDKAiEecEOiZLLvdPcM_5KmiHFd
Hi Reza, do you know if there is a bug for this right now? I had 7 of these Flows working perfect following your steps, but today I get an error that the system cannot add my flow to the environment and then it disappears from the power automate pane on the left. Also now when trying to add one it says none found. And if I try to create s new one it tries to load and connect after saving it but then gives the same error and disappears from the panel also...
Thanks for the suggestion. I make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
Unable to add flow getting this pop-up You are missing permission to one or more connection in side the flow have the flow owner share the connection with you
Are you not the Owner of the flow you are trying to add to power apps? Try creating a new flow from app itself and check. I will also recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@@rafisyed3112 Looks like some connector in that flow is not shared with you. It would be best to get a copy of that flow (so you can make your own) or make them a co-owner of app so they can add the flow.
@@RezaDorrani in my case I'm the co owner of app still I'm not able to add the flow . Flows are directly created in same environment here we don't use solutions so if its solutions is created then we can change the owner of the flow
Use Rules in SharePoint lists. www.c-sharpcorner.com/article/how-to-create-rules-to-automate-sharepoint-list/#:~:text=Create%20a%20rule%201%20Go%20to%20your%20SharePoint,which%20you%20want%20to%20create%20a%20rule.%20
@@RezaDorrani Great! Is it possible to send a message, like the flow will take a few minutes to complete, from Power Automate to Power Apps so user is aware?
We use Solutions and ADO for deployment, how well does this process handle the pipeline process for deployment? Schema updates replicate ok DEV > CI > TST > PRD? Any nuances to solution aware flows? Thank you, excellent demo.
I do not have a video reference on this scenario. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@@mcjedwards I mentioned in video you need to have a preview environment. You also need to endure your are running the latest authoring version. This is not yet rolled out to all tenants.
Wow, great integration for power platform. I very enjoyed when you give us a new feature with real life use case. Thank you Reza :)
Thank You for the feedback. My goal is always to give a good use case and explain a feature. Glad you liked it.
This was driving me crazy...until I found your video... I had all these flows and could not get them to work... but now... it's perfect and better than it was... thanks for all you do Reza
You're most welcome!!
Reza is the Elon Musk of Power Platform
Rezla :)
I agree.
TRUTH!! 😁
Holly smokes!! Finally they came up with an easier way to work with Power Automate and Powerapps. Up to this point was a pain to combine these two technologies, gonna be awesome from now on!. Thanks for the video buddy, you rock!!
Great to hear!
This is so much better experience. Once again thank you for a very clear and quality video
Glad you enjoyed it!
Your videos are the best! Congrats for the content! You already help me soo much! Thanks
Most welcome
Thank you Reza. This makes building a flow for powerapps more seamless
Thanks. I agree with the seamless comment.
Another great video. This will certainly make our lives much easier as the previous method was a bit clanky. Thanks for sharing.
Previous method was a pain which is solved by the Power Automate Pane :)
That was the tip of the week!!!👌👌👌👌
Agreed! :)
Wow, this is so fun! I feel like programming is so much more fun than it used to be :D Thanks so much for all your great tutorial videos Reza, I use them all the time! Cheers!
Thanks Ethan
Great video thanks, plus I found 1 more interesting thing that - if you're using the PowerApps trigger, it will run in user context who is running flow . If you're using the PowerApps V2 trigger, then you have the option to choose whether to use the connections credentials or to run as the user who invoked the flow. This is configured in the flow details page. This I tried in use case - add data to SP list using canvas app with user impersonation.
Awesome find Ankit! I wish the documentation was more elaborative.
Now the question for me is "How many folks would like a video on this 😉"
I will post a poll on this in the Community Tab.
If I make the video, I will be showcasing your name. Let me know if that is ok?
It gives immense pleasure to see your video and which gives the latest information 👍👍👍
Wow! Thank You so much.
Very helpful!! Thanks again Reza.
Glad it was helpful!
Great stuff Reza ⚡ - thanks for sharing 👍
Thanks Gerard
Another great video, Reza.
Thanks
Good video. Good explanations. Exactly what I need to do.
Most welcome
🌞🌞 Another excellent video. Thanks (again) Reza. 🌞🌞
Thanks Spen
Hi Reza, very helpful in keeping up with the new functionalities. Thanks for a very understandable video. 👍👏 Gr. Lex
Thanks Lex
Wow!!! Awesome feature, will reduce work... tried it with new test app and also in existing app...Thanks Reza for sharing and for nice step by step explanation, as usual.
Your most welcome. Glad to hear you tried it as well.
Thanks for the video! I really hope this will solve all the problems I had with flow and Power Apps! If so, I'm going to revert some worarounds back to flow.
I hope so too!
Excellent tutorial...
Thanks
Great tutorial!
Thanks
Hi Reza, love your videos. I just added a power flow to trigger a stored procedure from my powerapps. Is there a video that shows how to handle success / failures of the flow within powerapps?
I'd like to direct my users to different screens upon the completion of the flow.
Thanks for watching & liking the videos.
I do not have a specific video on error management with respect to flow & power apps.
I did a few videos that includes flow error handling which may help.
Check ruclips.net/video/8O68-cc-QNo/видео.html & ruclips.net/video/O97IdCbfMQI/видео.html
Great !! It was such a pain to delete the flow parameters for each update ^^'
Thanks for sharing :)
I agree with that flow update part.
Thanks for watching.
Awesome,Thanks Reza . This feature will be much useful 👌👍
Thanks for watching
Grate Video sir. Thank 🙏 you...
Glad you liked it
Thanks for the video, Reza. as of now, if i click on a submit button of my powerapps form, if i wanna trigger a flow, which was created in power automate.how its done? is there something, eventreceiver kind of functionality exists in powerautomate? itemadded/ itemdeleted/ itemupdating etc similar to our SP Obejct Model ?
There are triggers for item added, updated etc. Check SharePoint triggers in flow.
@@RezaDorrani Thanks for your reply. Will check n revert here!
Thks again Reza 🙋♂️🙏🙏🙏
👍 👍 👍
Great information. Thank you
Thanks for watching
Hey Reza, thank you for great video. Have you experienced problem with respond to PowerApps action? According to my experience only text output params work. If I place there any other type it is a lottery if this will work or not (PowerApps then does not recognize any output params - seems like bug, but can you please confirm /ask your contact in MS?)
That's true - only text works. There are many other issues which I hope will be resolved soon.
One thing I am waiting for is the ability to return an array to power apps from flow (as a standard connector).
I actually did a hack to achieve it but do not want to share it (in a video) because it's not a recommended approach :)
@@RezaDorrani Do you have a telegram or whatsapp group, i can join to learn more from you. I work as a power apps developer intern in a bank.
As always, excellent. Unfortunately I can't see the Pane in my PowerApps environment - when I choose UPDATE in settings there is no UPCOMING menu and I don't have the ACTION menu/ I did add Powerautomate from the + sidebar, but had to create a new flow as I couldn't see existing flows. When I try to add the SELECT action there is an error in the function. Do I need a different licence?
This has nothing to do with license. The feature is now GA and no need to activate it.
I have not experienced the mentioned issue and hence not sure of the cause or fix for it.
I will recommend checking or posting your issue on forums in case someone has experienced something similar
community.powerplatform.com/
Thanks Reza
Another great video. I am really interested in the power automate part on how you extracted multiple attachments and what expression you have put into the compose function for this to work without having an "apply to each"?
I made a verion of that inspection app available for download on my github repo (flow is connected to App, so when you install app it will install the flow as well). github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip
Nice one Reza. Really helpful. You have been really doing a great job for all.of us as this is the kind of things you need if you are a powerapps developer. Thanks a lot.
Your most welcome Kamran
Thank you , easy ,simple and breif 😁
Welcome 😊
Great video. Thanks very much.
You are most welcome!
Hi Reza,
I do have multiple sections in MS forms and want to get a separate entry for all of the section in different rows using power automate. How can I do that, can you please guide?
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Thanks @@RezaDorrani, please let me know in case you try it out as I have tried all the methods but was not successful in any of those.
@@sauravrana-o9e I have no plans to try this out as this is not an ask that many have made for a video. Please check or post your query on forums.
Whats that HTML action that you have used in your flow? I couldn't find it in my flow actions.
Thats the compose action.
I have renamed it to HTML.
Nice feature Reza…
One question
Is this flow built in Power apps automatique save with that apps, if i export this app should i export this flow seperately
If app is exported, flow will come along with it.
Thanks for sharing this latest information with such a nice explanation.
My pleasure
Great thanks, however, I have several instant/button trigger flows that up to now have no connection to PowerApps. I've been running them only from the Power Automate app. These flows are not displayed in the environment (no surprise there) but want to add them in my new app. How can those flows be associated with my new app?
Trigger of flow must be Power Apps. For instant button flows, you can delete the trigger and replace with power apps trigger.
@@RezaDorrani Tx Reza. Now extra work required to reference those inputs in powerapps and probably rewire references in the flow.
Thanks for your response 😀💥
@@carlw Yes
hi, is this step need to use the license one ? if using trial one this features not available right ?
Connecting flow to power apps does not need premium license unless ur flow or app uses premium connectors
Nice video! But do you know what I could do if I don't see the Power Automate flow in Power Apps? I did an Instant Cloud Flow with Power Apps as a trigger and it doesn't show up in the PowerApps flows. Thanks!
I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thanks Reza . This was indeed a pain removed through pane😃. Will it help in moving application from environment to environment and need to detach and attach in each environment.
👍
Hey Reza, where do you check the Flow runs for Flow built in PowerApps in Teams? It doesn't seem to appear as a Cloud Flow in Power Automate or anywhere else to troubleshoot?!
You need to look for the flow in your teams environment.
@@RezaDorrani Yeah it doesn't exist anywhere, not in Power Automate within there either..Also there is no Action button in Teams PowerApps just a basic menu for Flows where you can Refresh or Edit. Same with the old control thats switched off.
I will recommend posting your issue on the forums at powerusers.microsoft.com
Yeah.. Really interesting.. Will use it.. Thanks a lot Reza..
I thought it was interesting as well. Glad you liked it.
Hello All, at 5:20 I am getting error "Scrubbed sensitive data" while passing parameters, can anyone help me in this
I have not come across this issue & hence not sure what the resolution is. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Nice and thanks
Most welcome
is similar to powerautomate use in virtual agent to Teams, thank for shared this information
Yes, it is
Hi Reza, Thank you for sharing this new feature its really helpful.
One more thing if you could guide me please, I want to use a ServiceAccount to run the flow.
How to configure the flow? I tried adding a new connection but this not working.., I want to send emails from the Service account only and not from an individual account.
When power apps calls flow, the flow connectors run under context of power apps user running the App.
Hi Reza,
This funcutionaly seems quite useful in power apps, but I'm having issues using flows in Model Driven Apps. I dont want to use a BPF, simply just run a flow manually from the ribbon bar.
After creating flows and publishing them in my solution, when the app is open and navigating to the flow button in the ribbon/command bar, no flows are available. Have you encountered this? I cant find a video of yours covering Flows in Model Driven Apps
I do not have a video reference on this scenario and have not done any on BPF. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hi Reza, Thank you for providing such informative videos.
I have a query which is not related but thought if you could help.
If we are getting 3-4 tables from dataverse list rows in a flow, how can we configure their values in one action item without the reoccurrence of 'Apply to each' ?
I got 4 times reoccurrences of apply to each in this case.
You would need to use expressions in Power Automate to do so.
Flow expressions video - ruclips.net/video/O97IdCbfMQI/видео.html
I have done videos around approvals wherein I have shown how to go around the loops and write expressions. You can check those on my channel.
I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@@RezaDorrani Thank you so much!
Do you have any plans on making a video on that? Apart from this, there are only 2 videos on Model Driven Apps, can we have something which starts from scratch and explain everything in Model driven? And one more thing you are a life saver :-) I believe I have been benefitted a lot from your videos. Lots of Luv from India. Keep shining
I have model-driven apps beginner videos planned. However, they will be either via my training portal (working on it) or RUclips. Not yet decided.
@@RezaDorrani Is your training portal premium? ;)
@@ResponsibleXI It will be.
Woah! Nice new feature.
Thanks
Great lovely Reza.. I like your all the video.
Also, I request you to please help me.
how would admin team wil receive notification from end user for documents library excel Document delete request. Is it possible any video like that kindly share to me and save me....🙏🙏🙏
Thanks.
If you need to be notified when a document is deleted, there is a new "Rules feature" in document libraries.
In the ribbon, there is an Automate Option which will show Rules.
@@RezaDorrani no Reza. Admin like I need to get notifications from users. Which file they need to delete. How will do this. Even I try to copy and paste URL in share point list. But it's showing error ( due to 255 characters length) so I don't know how to automate. Still I wil receive this request via email by manually...
Kindly help me bro
@@gunasekaran4288 Not sure about this. Something for me to explore as well. I will recommend posting your query with screenshots on the forums at powerusers.microsoft.com
@@gunasekaran4288 Post on forums. powerusers.microsoft.com
Hi Reza, Thanks for this video. Had a question that how can we pass a complex object of data or array of objects to PowerAutomate from App ?
Here I pass a complex object (array) of files - ruclips.net/video/r3UC3TMXhlI/видео.html
Hey Reza, Thanks a lot for those videos. They have been very helpful. I need to know how encryption works in PowerApps? I mean how do we secure IDs when using PowerApps or Automate, Please help
Not sure about that. Data encryption can be done at Dataverse level (database). Not sure about other services.
I will recommend checking on the forums powerusers.microsoft.com/
Hi Reza, I am not getting the action tab in the menu bar
Simply type the flow name in formula bar.
Reza,
Can we trigger email of powerbi reports from canvas app using power automate? Have you done any videos for this topic?
Yes you can. I do not have a video on this scenario.
@@RezaDorrani can you please add this to your long list of requests you get?
@@rajamahendrareddyvangala114 I can add it but chances of video being made is extremely low. I would need a lot more folks requesting this. I have a 100 + topics that have been requested by many people.
Hi Reza, is the inspection app available for download ?
I have not made this version available.
I have an older version available at github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip
Video - ruclips.net/video/iW9dpDntKrY/видео.html & ruclips.net/video/Da4do2DxmJE/видео.html
Do Flows created from within an app work when added to a solution? I added an app to a solution then imported into a different environment. It failed because of an error with the Flow created from within the app. All the flows added using the old method were fine.
There are known issues with flows connected to Power Apps when added to a solution. Flows will work but when imported cause issues.
Hi Reza,
When we call flow from app, how to make sure that the flow will run with service account not with the user account. Is there a way to do that
Flow called from app will run under app user context.
Great new feature!
+1
Hi Reza, this new feature is a game changer. Thank you for sharing your knowledge! If an App is moved to a solution will the 'powerapp button' triggered flows move with it? I know it was an issue with the old experience. I moved an app to a solution and my flows inside powerapps dissappeared. Will this solve that problem too?
Thanks.
I believe this does not fix the solution issue yet. Something for me to test. I got this new feature in a preview environment which does not have a Microsoft Dataverse Database.
Is it possible to return the status and duration time of that power automate flow in power apps would be super handy.
May be possible but not something I have tried
@ I did some research but no succes i just want it so users cannot spam the data fetch button constantly, i would want to disable the button until the flow timer completes.
@@qendrimselmani2341 I will recommend checking or posting your issue on forums in case someone has experienced something similar
community.powerplatform.com/
Hi Raza - New automate flow If we want to create a share link data operation in that Link Type - Direct is not presented. We have only two options Edit and View. If we want a Direct link type then how we can modify the flow?
Direct link type has been deprecated. Not sure of a workaround.
When you clicked on the 'PDF' icon, a message came up saying 'Inspection Report sent to email'. How do you display that message? Thanks!
I used the Notify function in Power Apps.
very useful. thanks Reza
Your most welcome
Hi Reza, super video. Could you please do a video on How to use CI / CD for power apps and Power Automate. If possible please explain how to work multiple developers on a single App. Thanks in advance and looking forward from your end.
CI/CD as a topic needs work and something that I have not invested much time in.
We did a video on R&D show on multiple devs for single App. Check ruclips.net/video/YuoGN4QtYhc/видео.html
I'm trying to do something, I don't know if it's possible. I want to build an AI that extracts info from a pdf and then fill those details into a Power apps app. I want to do this over a number of documents, like 43 documents. I want the whole process to be automated. Thoughts...
Possible but for automation I would use Power Automate not Power Apps.
Check my AI Builder video playlist - ruclips.net/p/PLTyFh-qDKAiEecEOiZLLvdPcM_5KmiHFd
Is power apps version 2 connector not available here?
Where is here? :)
Thank you (3 Times) 😁😁😁
You're welcome 😊
nice!
👍
Thank You Reza!!!
Your most welcome
Hi Reza, do you know if there is a bug for this right now? I had 7 of these Flows working perfect following your steps, but today I get an error that the system cannot add my flow to the environment and then it disappears from the power automate pane on the left. Also now when trying to add one it says none found. And if I try to create s new one it tries to load and connect after saving it but then gives the same error and disappears from the panel also...
I did notice this issue and reported it. The issue is now fixed.
@@RezaDorrani Wow you're awesome man! I just checked mine and it's working correctly now again. Thanks for all your videos sir!
@@jeremyk6456 👍
A good video would be one teaching how to build a scraper of a website (reading information from it) and export it to an Excel or SQL BD
Thanks for the suggestion. I make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
Hello Reza Can you attach the workflow for the PDF
Workflow for pdf?
Unable to add flow getting this pop-up
You are missing permission to one or more connection in side the flow have the flow owner share the connection with you
Are you not the Owner of the flow you are trying to add to power apps?
Try creating a new flow from app itself and check.
I will also recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani yes , I'm not the owner of flow one of my colleague shared the access with me for that I'm trying to add the flow
@@rafisyed3112 Looks like some connector in that flow is not shared with you. It would be best to get a copy of that flow (so you can make your own) or make them a co-owner of app so they can add the flow.
@@RezaDorrani in my case I'm the co owner of app still I'm not able to add the flow .
Flows are directly created in same environment here we don't use solutions so if its solutions is created then we can change the owner of the flow
@@rafisyed3112 Im not sure what would be the issue. Il recommend to post your issue with screenshots on forums at powerusers.microsoft.com/
How to create a flow for sending an email notification when an item is deleted from a SharePoint list?
Use Rules in SharePoint lists. www.c-sharpcorner.com/article/how-to-create-rules-to-automate-sharepoint-list/#:~:text=Create%20a%20rule%201%20Go%20to%20your%20SharePoint,which%20you%20want%20to%20create%20a%20rule.%20
Sadly this Mail connector doesnt work no more :( Thanks for the video!
Which Mail connector? The video demo continues to work (as far as I know)
@@RezaDorrani the Mail connector now has an error message for most people that says the connector is only available to newer tenants, its ridiculous.
@@javihavi258 What time in video is it shown?
@@RezaDorrani you select it at 3:23
@@javihavi258 send an email with outlook is fully supported. Not sure why its not working for you.
Great video. However, I cant find Enable Power Automate Panel in Settings
Because its enabled by default for new apps
@@RezaDorrani Great! Is it possible to send a message, like the flow will take a few minutes to complete, from Power Automate to Power Apps so user is aware?
@@CHAMONIX552 You can use the notify function to do that prior to calling the flow
@@RezaDorrani Thanks again!
I tried to use it on existing instant flow but Power App cant find any existing instant flow
@@CHAMONIX552 I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com/
We use Solutions and ADO for deployment, how well does this process handle the pipeline process for deployment? Schema updates replicate ok DEV > CI > TST > PRD? Any nuances to solution aware flows? Thank you, excellent demo.
I believe the pipeline process for deployments would still be the same. Nothing has changed on that front.
Still waiting for solution aware flows.
Please help showing how remove teams members using power automate. Appreciate your support.
I do not have a video reference on this scenario. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@@RezaDorrani thank you. Found the solution. Appreciate your response.
Do you have to create a new app to get this feature?
You can use it in existing Apps as well. I did show that in the video.
@@RezaDorrani For some reason in my apps, when I try to add a new flow - I don't get the in-studio integration. Still opens a new tab in my browser.
@@mcjedwards I mentioned in video you need to have a preview environment. You also need to endure your are running the latest authoring version. This is not yet rolled out to all tenants.
Awesome feature and video 👌👌
@@RezaDorrani thanks for clarifying. I think I was too excited that I didn't listen clearly 🤣
REZA how do you know all this 😮😮😮😮😮😮😮😮😮😮
Practice Practice Practice
First
+1
@@RezaDorrani :)
Really helpfull , Thanks
Glad it was helpful!