Тёмный

How to Trigger an Approval from a Business Process Flow (Power Automate Tutorial) 

Lisa Crosbie
Подписаться 64 тыс.
Просмотров 46 тыс.
50% 1

Наука

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 69   
@ranjanroy1623
@ranjanroy1623 Год назад
This is the best place to learn MDA , thanks Lisa 1 Q, the "request approval" which is above "RUn FLow " always show as Processing , how to get rid of it !
@ZamboniElite
@ZamboniElite 5 месяцев назад
I also would like to know how to update this. I have seen in other videos that you can use Power Automate to change the status but I cannot find the table/entity that houses the "Processing" status.
@coolbeing163
@coolbeing163 Год назад
thx Lisa. I liked your idea of showing output first and then makes user know "How to" built it instead of letting user visualize it. 👍
@LisaCrosbie
@LisaCrosbie Год назад
Awesome, thanks for that feedback.
@andrewsheehy6163
@andrewsheehy6163 2 года назад
These videos are great! Wish I had found them before I started out. Would have saved me a lot of rework. One thing that still causes me problems is giving access to my Environments and testing access. Would appreciate something that shows how to make an intake form available to the organization (in a separate environment than Production) and then how to give others more privileges.
@LisaCrosbie
@LisaCrosbie 2 года назад
Thanks so much Andrew, and thanks for the suggestion. I do have on my list to make some videos about environments, security, Dataverse permissions, will get to it!
@HariyDrumroll
@HariyDrumroll Год назад
If there's multiple approvers I think you need to check for the approval 'Outcome' which then doesn't create a For Each loop - you don't necessarily want the original record updated after each approver actions their approval. Thanks for these videos, I would be lost without them!
@LisaCrosbie
@LisaCrosbie Год назад
Absolutely if you were using multiple approved you’d need a different approach- perhaps a future video! Thanks.
@YoRAHeem
@YoRAHeem Год назад
Wouldn’t that be a pending final approval by?
@tranauchocolat
@tranauchocolat 7 месяцев назад
Great video Lisa. I wonder if you could do a follow up video on this on dynamic approval to get managers approval?
@ronniecoleby
@ronniecoleby 13 дней назад
Amazing this has demystified so much for me - so happy! Is there a way that you can prompt a user to save the record in the initial step?
@MathieuLaflamme
@MathieuLaflamme Год назад
Would be great to have a part 2 for advance developers: 1) Should trigger the approval automatically when the business process step is reached 2) Should go to next step in the business process automatically. 3) The approver should not be hardcoded and taken from somewhere in the Dataverse. 4) What if there are multiple approver level? 5) What if the approval request times out?
@LisaCrosbie
@LisaCrosbie Год назад
thanks for the suggestion - some of that requires code, which is not my area, I've got more than enough to cover with the low code capabilities. You might like to look at Elaiza Benitez's channel, she's done more on that kind of thing.
@AudrieGordon
@AudrieGordon Год назад
Thanks so much for this amazing video Lisa! I mentioned both of your videos in Day 17 of the DV Advent Calendar on BPFs. You're deeply appreciated for all the wonderful videos you share, and happy holidays!
@LisaCrosbie
@LisaCrosbie Год назад
Loving the advent calendar, thank you for the shout out and for all your support, love your work, looking forward to that collab we must do next year!
@AudrieGordon
@AudrieGordon Год назад
@@LisaCrosbie YES! Can't wait! Happy Holidays!
@maitreyipaul
@maitreyipaul 6 месяцев назад
Hello Lisa .. I really liked your video ..the content is clear and easy to follow. Here what I am not sure about is how to get the to the first stage of approval ? Will be kind enough to explain ?
@juansepowerplatform
@juansepowerplatform 2 года назад
Thank you for the video, best channel for model driven apps. My issue with business process flows is how to hide all the inputs in the form so that users can only enter what's on the flow without using the controls in the form... regards
@popgugu
@popgugu 2 года назад
Unless I misunderstood what you want to achieve. All you have to do is to not put those fields on the form. If somehow you need to have those fields on the form, you may use business rules for whatever condition you want to hide those fields.
@LisaCrosbie
@LisaCrosbie 2 года назад
Correct Sompop, thanks.
@tristangeoffroy9286
@tristangeoffroy9286 2 года назад
Hi Lisa, once more I used your tutorial, very good thank you.
@LisaCrosbie
@LisaCrosbie 2 года назад
Glad it was helpful, thank you.
@IftikharAhmad-qo7jd
@IftikharAhmad-qo7jd 2 года назад
Another great video , keep up with your great work
@LisaCrosbie
@LisaCrosbie 2 года назад
Thanks, will do!
@HeroTimeManufacturing
@HeroTimeManufacturing 2 года назад
Another amazing video, thank you.
@LisaCrosbie
@LisaCrosbie 2 года назад
Glad you enjoyed it, and thank you.;
@larrygleaner1683
@larrygleaner1683 2 года назад
Thanks again Lisa! Your videos have been a life saver for me. Do you cover custom workflows in any of your other videos? For example, if an amount is under $1000, we need to send to one approver. But if the amount is over $1000, it goes to another?
@LisaCrosbie
@LisaCrosbie 2 года назад
I have not done a video like that but I will, thank you for the suggestion, that's a great use case.
@larrygleaner1683
@larrygleaner1683 2 года назад
@@LisaCrosbie thanks, you rock!
@normanmann7404
@normanmann7404 2 года назад
Hi Lisa ! I‘m interested how stage gating is solved. Any idea when the “next video” will be released ?
@LisaCrosbie
@LisaCrosbie 2 года назад
It's up next, have had a massive workload the last couple of weeks so I'm a bit behind. Coming soon, stay tuned. Thank you :-)
@mohammedmerchant5628
@mohammedmerchant5628 Год назад
Hi Lisa, this was amazing, very clear and easy to follow. I'd like to know how you'd dynamically pull the Equipment Order number in the cloud flow approval action so that when the email comes in, it also shows what Equipment order number you're approving. I know the deep link takes you to it, but it's not readily available in the email subject. Thanks
@mohammedmerchant5628
@mohammedmerchant5628 Год назад
I think I stumbled upon it. I inserted an action Get Row By ID before the approval action and gave it the same ID as the BPF stage name ID, and it gave an output with the equipment name, & all other fields from equipment order table. Now I can use that in the dynamic content of the approval action to make it's title more meaningful.
@LisaCrosbie
@LisaCrosbie Год назад
Well done, you’ve solved it. Once your flow has access to the right table you can dynamically pull any field into your email.
@jay1970
@jay1970 Год назад
First of all great explanation. A question, if I have to store approvers' decision, comments, decision date in a custom table to show on model driven app...is it possible? So app will show approval history along with details such as decision (approved/rejected), date action was taken, and any comments. This can be useful with multi step approvals.
@christianmelkane4446
@christianmelkane4446 2 года назад
Hi Lisa, Thanks for the great videos. Can you please show us how we can add a dynamic individual person in approval's "assigned to"field?
@LisaCrosbie
@LisaCrosbie 2 года назад
Indeed I can, great suggestion, thanks, I've added it to the list.
@eyalgrn30
@eyalgrn30 Год назад
Is it possible to send an approval to email rather than teams and have the approver click on the email to approve?
@LisaCrosbie
@LisaCrosbie Год назад
Yes, you can add email steps to the flow - there's a template here that should help you get it set up: powerautomate.microsoft.com/en-us/templates/details/cc5fd5ef4406440a89e2a8ecf5d3f92e/send-approval-and-follow-up-via-email/
@eyalgrn30
@eyalgrn30 Год назад
@@LisaCrosbie Thanks!!! and btw - your videos on Power apps are wonderful!!
@Slank32
@Slank32 Год назад
Great video! The most helpful BPF video for me so far! The only issue I am having is being able to SEE the flows I've created to use for my flow steps. I created a Dataverse Cloud Flow using the "When a flow step is executed" trigger but cannot see it. Could it have something to do with the configuration of the environment?
@LisaCrosbie
@LisaCrosbie Год назад
You need to have that flow inside your solution, then you'll be able to find it.
@munkybutler1
@munkybutler1 Год назад
Hi Lisa, thanks for another great video. I see the Flow Step is still in preview over a year later. Do you know when this is going to be made GA? I am guessing that Microsoft are also working away in the background to modernise the whole Business Process Flow studio.
@LisaCrosbie
@LisaCrosbie Год назад
You're right, there hasn't been an update on this in a long time and I haven't seen anything. I'm with you in hoping there will be a real overhaul to modernise this at some stage, stay tuned, if/when that happens I will certainly make videos about it!
@munkybutler1
@munkybutler1 Год назад
Hi Lisa, another quick one. Is there any way to grey out the 'Run Flow' button in the Business Process Flow based on what other columns contain? Thanks!!
@sudhiracharya3102
@sudhiracharya3102 11 месяцев назад
How can we define security roles for these approvals if multiple users are involved and they need to update some fields and approve/reject? is this controlled by security roles/column security/form security or through something else?
@joelshepherd6933
@joelshepherd6933 2 года назад
Hey Lisa, any video on how to build a e-commerce app on power portal please,
@LisaCrosbie
@LisaCrosbie 2 года назад
Hi Joel, I wouldn’t be using portals for that there would be a lot of building stuff and integration with a payment gateway etc. The e-commerce offering in the Microsoft stack is Dynamics 365 Commerce but to be honest there are a lot of other e-commerce products on the market that are an easier starting point depending on your use case. Eg shopify.
@joelshepherd6933
@joelshepherd6933 2 года назад
@@LisaCrosbie it will be internal organisational app where no payment is required. Is there a possibility?
@kordesachin
@kordesachin Год назад
Hi Lisa, I am revisiting a completed case and want to edit few fields and seek an approval again. To edit data and seek a reapproval , I am reactivating case. Is there any way where I can get a hold on the case status or whether user clicked on reactivate option?
@madhanlakshmanan5113
@madhanlakshmanan5113 Год назад
And why the request approval was always in the processing state?It will update any state?It confusing the user which approval in always processing mode!
@PowerBA-BusinessAnalyst
@PowerBA-BusinessAnalyst 2 года назад
Can we send this approval request to the person who is in different tenant or don’t have Dynamics Access?
@LisaCrosbie
@LisaCrosbie 2 года назад
Hi Mubarik, you can definitely send it to users in your tenant who don't have Dynamics access (although the part I show here where they click through to view it in Dynamics wouldn't be available to those users, so you'd want to pass more information about the approval through to the approval card itself.). You can't send it to people outside your tenant although it does support guest users in your AzureAD - more details here docs.microsoft.com/en-us/business-applications-release-notes/April19/microsoft-flow/support-guest-users-approvals?WT.mc_id=BA-MVP-5003537
@duorenmi
@duorenmi Год назад
hi, Lisa, what license will be required in order to create Business Process Flow (BPF) and can send an email notification?
@LisaCrosbie
@LisaCrosbie Год назад
Business Process Flows come with the Power Apps Premium license.
@orbitblox6977
@orbitblox6977 2 месяца назад
Hey QQ, The flow oce run here will be always showing Processing is there way not show the message after approved or rejected
@LisaCrosbie
@LisaCrosbie 2 месяца назад
Yeah unfortunately this feature has been in preview for a very long time and hasn't had the attention it needs to make it better.
@yokeshm5861
@yokeshm5861 Год назад
Hi lisa how to find out the ROWID or GUID?
@LisaCrosbie
@LisaCrosbie Год назад
To find the guid for a particular record, navigate to it and then you’ll find it at the end of the URL
@coolbeing163
@coolbeing163 Год назад
Hi Lisa, In Business rules, we need to deactivate the rule and then update our changes and re-activate. Howerver, this is not the case in BPF @ 14:20,. We can update it without deactivating>update>activating. Any idea why this discrimination?
@LisaCrosbie
@LisaCrosbie Год назад
They are two completely different parts of the functionality, even though they have similar build screens - and both these build screen experiences are from the legacy experience - they've been around forever and don't match the modern maker experience. Hoping for more consistency in future, I agree this is confusing.
@larrygleaner1683
@larrygleaner1683 2 года назад
Hey Lisa, me again. One issue we are having now is that the method of hard coding part of the URL for the item link doesn't work properly once we import our solution to our production environment. Any advice on making the whole link dynamic?
@ajzafar4403
@ajzafar4403 Год назад
try to use an environment variable for the first part of the url
@hawawa8845
@hawawa8845 2 года назад
how to make that orange progress status bar just like this video showing?
@LisaCrosbie
@LisaCrosbie 2 года назад
You'll find the full beginner tutorial of how to create that (it's called a Business Process Flow) here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gzxmCvVTGMo.html
@dschaurich
@dschaurich 5 месяцев назад
Valeu!
@LisaCrosbie
@LisaCrosbie 5 месяцев назад
Thank you so much, really appreciate that.
@Himalayajourneyandclicks
@Himalayajourneyandclicks 2 года назад
great, Saw your videos in Microsoft learn also for Power BI. was a surprise as your subscriber.
@LisaCrosbie
@LisaCrosbie 2 года назад
Haha, yes, that was a fun job I did there, well spotted.
Далее
Business Process Flows: Tutorial for Beginners
34:48
Просмотров 125 тыс.
Cheese grater HACK
00:22
Просмотров 1,8 млн
НЕ БУДИТЕ КОТЯТ#cat
00:21
Просмотров 1,2 млн
Power Automate Approval Workflow Basics
30:01
Просмотров 216 тыс.
Enhance Apps with Business Process Flows
9:45
Просмотров 3,3 тыс.