Dude how have I not found your channel sooner? I love the other guys too like Shayne, Daniel, Lisa, Reza etc but also really love how you explain everything and I can tell you use this stuff yourself. Subbed
Thanks for the suggestion on using a filter array within the catch scope. I have just finished minor changes to my try-catch error handling, with posting errors and links to what has failed into Teams. Now, I will be able to improve it a bit more.
I already use the Try-Catch pattern in my flows. However, I got some ideas to further enhance and optimize my current concept. Thanks. Subscribed to your channel.
Thanks, I have struggled for a few months trying to find a way to know exactly which flow failed. You are the best. Subscribed to your channel. P/s: I am thinking about running flows via NodeJS API with app permission, do you think it's possible?
Helpful information !! Thanks for posting. By the way, what is that screen snipping software you have used? Looks cool to retain the clip on the screen and compare with details
This video is great and gives me a ton of ideas for implementation with the power automations that we are already using. I noticed the .edu domain you were using and was wondering if this is a part of a training offering?
Thanks very intesting. But how do you manage your share with your DEV Team ? Do you share the solution, do you publish the solution in app catalog (preview) ?
Hey, correct me if i am wrong but if there are multiple flows pointing to the error handling flow (child) and they are running it a lot, wouldn't it hit an actions run limit in Power Automate at some point?
Interesting - I have Flows inside a solution and they're linking fine. In fact, I got an error an hour ago and when I clicked it, it went to the expected run.
Can you please create a video with multiple loop and how would you handle the error when the inner more loop fails it doesn’t fail the entire flow, i have to force throw a error like div/0 then that fails all the parents so now the filter on failed doesn’t work meaning i get 4 failed records 😔😔
Here is a good post on it: www.linkedin.com/feed/update/urn:li:activity:7203287561115426816?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7203287561115426816%2C7203288452228866048%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287203288452228866048%2Curn%3Ali%3Aactivity%3A7203287561115426816%29
Dude how have I not found your channel sooner? I love the other guys too like Shayne, Daniel, Lisa, Reza etc but also really love how you explain everything and I can tell you use this stuff yourself. Subbed
@@dibbers yooo thank you! Those creators you called out are the cream of the crop. Honored to be mentioned in the same comment as them.
Thanks for the suggestion on using a filter array within the catch scope. I have just finished minor changes to my try-catch error handling, with posting errors and links to what has failed into Teams. Now, I will be able to improve it a bit more.
Excellent! Here if anything comes up.
I already use the Try-Catch pattern in my flows. However, I got some ideas to further enhance and optimize my current concept. Thanks. Subscribed to your channel.
Excellent thanks Markus!
Thanks, I have struggled for a few months trying to find a way to know exactly which flow failed. You are the best. Subscribed to your channel. P/s: I am thinking about running flows via NodeJS API with app permission, do you think it's possible?
Glad it helped. Node can do that but I'm curious why you would need to.
Super cool! Thanks
sensational
Helpful information !! Thanks for posting. By the way, what is that screen snipping software you have used? Looks cool to retain the clip on the screen and compare with details
Flameshot 🎉
cool video, thanks!
Thanks for watching!
This video is great and gives me a ton of ideas for implementation with the power automations that we are already using. I noticed the .edu domain you were using and was wondering if this is a part of a training offering?
Thanks very intesting. But how do you manage your share with your DEV Team ? Do you share the solution, do you publish the solution in app catalog (preview) ?
Catalog is creative but overkill for small to medium teams. I'd have them import it as unmanaged solution into their environment.
Can this method be used outside of copilot - in the traditional development of a power automate flow?
It can be used in any Power Automate flow 😊
Hey, correct me if i am wrong but if there are multiple flows pointing to the error handling flow (child) and they are running it a lot, wouldn't it hit an actions run limit in Power Automate at some point?
You should make sure you're not overusing it, e.g. have it run once if multiple items in loop fail and not on every run.
Nice! Get the url of the flow It´s not working for flows in solutions. The name of the flow is different to the url ID.
Interesting - I have Flows inside a solution and they're linking fine. In fact, I got an error an hour ago and when I clicked it, it went to the expected run.
the function in the description is kinda messed up cause of url
UA-cam is weird with URLs in the description 😮 hence the formatting.
Can you please create a video with multiple loop and how would you handle the error when the inner more loop fails it doesn’t fail the entire flow, i have to force throw a error like div/0 then that fails all the parents so now the filter on failed doesn’t work meaning i get 4 failed records 😔😔
Good idea! If I get some time I'll get on it.
@@Untethered365 awesome 🫡🫡
Here is a good post on it:
www.linkedin.com/feed/update/urn:li:activity:7203287561115426816?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7203287561115426816%2C7203288452228866048%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287203288452228866048%2Curn%3Ali%3Aactivity%3A7203287561115426816%29
@@Untethered365 thanks a lot thats a really good article i am going to implement that in my flow 👏🏽👏🏽👏🏽