Тёмный

Turn on Power Automate Flow Automatically 

Deepak Shrivastava
Подписаться 9 тыс.
Просмотров 10 тыс.
50% 1

Hello,
Do you have a Power Automate production flow that getting turned off automatically because of no activity?
In this video, I will show you how you can create a flow that will automatically turn on the turned-off flow.
Reference:
docs.microsoft.com/en-us/powe...
Thanks again for watching.
Don't forget to subscribe and click on the notification bell.
Connect with me
Twitter: @deepak_s22
Website: www.deepakshrivastava.com
Facebook Page: / deepak-shrivastava-108...

Наука

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

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@innocentigiwa5509
@innocentigiwa5509 2 года назад
Thanks for this. I added an action to turn off a flow because i only want it to run once per day. But i struggled to find a way to turn it back on the next day until saw your solution. It was indeed helpful. Thanks for all you do
@themuls529
@themuls529 2 года назад
Very well explained, clear language, well organised and good use of simple artefacts that don't distract from the theme of your presentation. Certainly assisted me.
@conaxlearn8566
@conaxlearn8566 13 дней назад
Great video. Thanks. It seems like even if a flow is already turned on, using the management action to try turning it on again will not error anyway. So if you don't have too many flows and you know exactly which ones should be always on, you can just add actions to turn them on. Those that were off, will get turned on. Those that were on, remain on.
@geralddahl9159
@geralddahl9159 3 года назад
I never knew flows got turned off. Thx for helping me grow my learning.
@DeepakShrivastava
@DeepakShrivastava 3 года назад
Thanks You for watching.
@cmac6877
@cmac6877 3 года назад
Great Video - but if you filter by the 'Stopped' state, that returns flows that were turned off manually. The flows that were auto turned off after the timeout are in the 'Suspended' state. However, if you make a change to a flow in the suspended state and save it, the state changes to stopped
@DeepakShrivastava
@DeepakShrivastava 2 года назад
Thanks for watching. Yes, so in my example, you should filter for 'Suspended' instead of 'stopped' and turn on the flow as needed. I used 'stopped' for easy demonstration.
@kkvideo99
@kkvideo99 3 года назад
This is an amazing solution!! Loved the use of filter condition!!
@DeepakShrivastava
@DeepakShrivastava 3 года назад
Thank you!
@ArohShukla
@ArohShukla 3 года назад
what a beauty...an amazing technique. Thanks for sharing ...
@DeepakShrivastava
@DeepakShrivastava 3 года назад
My pleasure 😊.. Thanks for watching
@julien8979
@julien8979 3 года назад
Thanks for sharing Deepak, we look forward to a video on Power Automate to retrieve more than 100k rows with Dataverse or any other data source.
@DeepakShrivastava
@DeepakShrivastava 3 года назад
Thank you Julien, i will add this topic to my future video list.
@sundrapillay6668
@sundrapillay6668 3 года назад
Thanks Deepak
@DeepakShrivastava
@DeepakShrivastava 3 года назад
So nice of you, as always thanks for watching.
@robofski
@robofski 3 года назад
That's neat solution!
@DeepakShrivastava
@DeepakShrivastava 3 года назад
Thank you.
@johnmiller2289
@johnmiller2289 2 года назад
Hi there, thanks for this, really helpful. However rather than manually identifying each flow that I would like turned back on when they are switched off, I would like it to apply to any of my flows which are turned off. Is there a quick way to do this, or do I need to individually add a parallel branch for each of my flows?
@josephclarke7133
@josephclarke7133 7 месяцев назад
Hi, I have replicated your config, but my For Each loop fails. "The template language expression 'outputs('Filter_array')['body/value']' cannot be evaluated because property 'body/value' doesn't exist, available properties are 'body'." If I change the for each loop to just "body" instead, I get the following: "'@{outputs('Filter_array')['body']}' is of type 'String'. The result must be a valid array."
@prasannadevamada5828
@prasannadevamada5828 Год назад
We have a 30 Flows which have multiple Owners assigned to each flows in that case when we use "List My flows" will not gett all the flows which are shared with multiple owners ,What need to done to Turn it on please let me know thanks
@benjaminstolt1639
@benjaminstolt1639 Год назад
Thank you for a well explained video! Do you have a good solution for turning on Shared Flows? Almost all of our flows are shared between at least 1 service account and 1 user account, wich becomes problematic with this solution...!
@user-tl5gh6pc1y
@user-tl5gh6pc1y Год назад
Hi Deepak, I do not get how you added prod. Where do you pick it from? My resultset = 0 as I am unable to pick the right flow which is disabled.
@virom956
@virom956 2 месяца назад
based on what data MS decides to turn off the flow, is it Cteation time or Modification time, can they be changed into the value not allowing to fall under TurnOff conditions instead of re-TurnOn them ?
@shivaG-ds7cx
@shivaG-ds7cx Год назад
Thanks for your video, I am facing a issue where Flows are Turning Off after they are deployed/imported into the Target environment, it is becoming very tough to check every time and every flow which are disabled/deactivated after the solution import. Any suggestions on this please
@vinayayinapurapu
@vinayayinapurapu 3 года назад
Does list my flow gets the flow that you created ? or gets all the flow that you are owner of? nice solution btw.. :)
@DeepakShrivastava
@DeepakShrivastava 2 года назад
Vinay, only that you created.
@Zsebtetu
@Zsebtetu 10 месяцев назад
Hi Deepak, thank you for this video. Very nice solution. Could you please help me extend the expression with more options for displayName? How can I introduce that? Display name is X, or Y, or W. @and(equals(item()?['properties/state'], 'stopped'), contains(item()?['properties/displayName'], 'Compute'))
@javiercastellgali
@javiercastellgali 2 года назад
What if the control flow is suspended by some reason? How to automatically control the control flow? Lack of features from Microsoft... Thanks for the video.
@DeepakShrivastava
@DeepakShrivastava 2 года назад
Thanks for watching. Yes, if it is stopped or suspended for a reason, you may need to update the flow name to reflect that. It is not the best approach, I agree.
@kotreshpatil9735
@kotreshpatil9735 2 года назад
Hi Deepak, I have configured flows with do until loop after certain number of smooth executions (45 min - 1 Hr) but after that flows get stuck in running status for 19-20 hrs. Could you help me what would be causing this problem ?
@DeepakShrivastava
@DeepakShrivastava 2 года назад
If your flow doesn't error out, it is most probably because you reached the API request limit for your user ID.
@kotreshpatil9735
@kotreshpatil9735 2 года назад
@@DeepakShrivastava it doesn't error out. How should I check if I reached the limit.
@NEHAGUPTA-fb5yl
@NEHAGUPTA-fb5yl 2 года назад
How to auto turn on flows while importing solution to different environment
@DeepakShrivastava
@DeepakShrivastava 2 года назад
I don't think you have any automation for this so you have to do manually. You can create a flow (if you are admin) and get all flows and turn them on, i don't this it is a best practice though.
Далее
Power Automate Child Flow using Solution Packages
22:50
Scheduled Power Automate Desktop Flows from Cloud
13:37
⚡️Uylanishim kerak, sovchilikka borasizmi?...😅
00:50
Microsoft Power Automate | How we use Power Automate
10:34
Power Automate: Sending Emails As A Different User
11:42
Microsoft Bookings Connector for Power Automate
17:20
Так ли Хорош Founders Edition RTX 4080 ?
13:00
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
S-Pen в Samsung достоин Золота #Shorts
0:38