Тёмный

Power Automate Tutorial - Intro to Trigger Conditions 

Jon Levesque
Подписаться 30 тыс.
Просмотров 23 тыс.
50% 1

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

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@JonDoesFlow
@JonDoesFlow 4 года назад
Great way to describe the first step “flow is listening”. Nice !!
@JonJLevesque
@JonJLevesque 4 года назад
Thanks bud! Trying to make hard concepts easy
@marounsader318
@marounsader318 3 года назад
honestly i have to say that reza is one of those who really care to answer any question no matter how stupid it was, and we really appreciate having such passionate person spending time to answer all questions and concerns, thank you reza
@JonJLevesque
@JonJLevesque 3 года назад
He definitely is!
@nirjharray5990
@nirjharray5990 3 года назад
A great use case for cost savings
@mariaadams5335
@mariaadams5335 3 года назад
This was briliant, I was having an issue with a conditional trigger, and it made it so simple for me to resolve once I was shown how to do it this way. thank you
@JonJLevesque
@JonJLevesque 3 года назад
You’re very welcome!
@vinayayinapurapu
@vinayayinapurapu 4 года назад
Complex topic explained in simple steps.. Great way to go..
@JonJLevesque
@JonJLevesque 4 года назад
Thank you 🙂 So glad you enjoyed
@robofski
@robofski 4 года назад
Great video, very well explained. No more will my first thing in a flow be a condition!
@vpavan007
@vpavan007 4 года назад
great video, I really admire the scenarios and the way Reza explanation ...!! 1000 kudos to both of you for this great video.
@lisasmith4570
@lisasmith4570 4 года назад
Good Stuff! Save alot of condition creation!
@AndrewSmith-zm7vn
@AndrewSmith-zm7vn 4 года назад
Fantastic video. Really enjoyed watching this great demonstration.
@gFowmy
@gFowmy 4 года назад
Cool! Learnt new things, REZA is a great teacher.
@davidadams421
@davidadams421 3 года назад
Love it. Great tutor, clear and focus on 'why' is refreshing. Excellent production.
@E1knight
@E1knight 4 года назад
It is very useful video...thx man.... You made my life more easier..
@GeorgeKlucsarits
@GeorgeKlucsarits 4 года назад
Great video! Very timely and useful. Thanks for posting this.
@kyleb350
@kyleb350 4 года назад
Been looking for a way to do this. Thanks Jon!
@remydio91
@remydio91 4 года назад
Great learning as usual, thanks !
@sydneydarier2027
@sydneydarier2027 4 года назад
Awesome content guys!!!! Please do a video of the SharePoint modified code...
@JohnMahoney1
@JohnMahoney1 3 года назад
Very nice!
@alexmcla
@alexmcla 4 года назад
Great video, clearly explained - thanks. I have one question, which I've not been able to find anything via searches - when should an OData Filter expression be used, rather than a Trigger Condition?
@RezaDorrani
@RezaDorrani 4 года назад
Odata filter expressions are used to perform a query against your data source Example : get items from SharePoint list where created by is current user Trigger condition is the process of starting a flow based on a defined condition(expression)
@deev5677
@deev5677 Год назад
How do you do a trigger condition when using a Scheduled flow? My flow goes from daily Scheduled flow to three parallel branches that send an email at 30, 15 and 7 days before a due date. Watching these instructions, I can see how to do it at each "Get Items" action, but would like to do it at the top so it doesn't run at all if the Project Status contains "Closeout". Right now I have a condition in each of the three parallel flows.
@imranahmed9383
@imranahmed9383 2 года назад
Hi, great video, thanks. I keep on receiving the below error when I test. Do you know why I might be getting this? "Cannot read properties of undefined (reading 'properties')"
@yehunlavolontededieu322
@yehunlavolontededieu322 4 года назад
😞 Jon you've never disappointed me except in this video. You wouldn't have mentioned " In laws " if you only knew Reza is my latest celebrity crush. 😊
@kianabaylor8194
@kianabaylor8194 2 года назад
Hello, I really enjoyed the video. It was very informative! I have a question. If I am interested in creating an automated weekly report of a clock in/out report for employess that includes the time, date and hours worked that will send me a weekly email on Monday's totaling all hours per week per employee from previous week is this possible to do with power automate? And or with possibly Microsoft Forms? Thanks
@samurisnark6940
@samurisnark6940 4 года назад
Wondering how to leverage this when I have multiple conditions in my flow
@JonJLevesque
@JonJLevesque 4 года назад
You can actually build a trigger condition that contains multiple arguments in it.
@PunchKickBlog
@PunchKickBlog 4 года назад
Just for clarity: are the api calls capped on a per user or per license basis? Currently taking my first steps with our office 365 license and in the process of wetting appetite for it in my organisation.
@RezaDorrani
@RezaDorrani 4 года назад
This is on a per user basis. Also depends upon the user license. A premium license means more api calls in a 24 hour period for the user account. Check aka.ms/servicelimits
@PunchKickBlog
@PunchKickBlog 4 года назад
Thank you Reza and Jon. Very helpful stuff all around. Gonna stick close to both of guys‘ channels
@wulp1191
@wulp1191 3 года назад
How do I know that IMPORTANT is High? I would have used 'Message Importance' = "Important" before looking at this demo...
@hakimmuhiddin9068
@hakimmuhiddin9068 4 года назад
Is there any way I can set the trigger condition and text value format? For example A0432. It shall only triggered when the is A#### (A and 4digit format).
@lornabrooke9848
@lornabrooke9848 4 года назад
Has any one tried a trigger creating a sharepoint item if a specific answer on a Form is Yes? I am struggling, I have a form that asks if a person wants something specific if they say yes I then need the answers to the section to be created in a specific list away from the main data list (this section is bank details so I need to be careful who has access), I want to use a condition trigger to limit the runs but I cant figure it out it just doesnt run. I am using: @equals(triggerbody('Get_response_details')?['r6321a3b92e1f4711a083c78737418512'], 'yes') - I looked up the code of the reponse but it comes up as a body not a trigger body, it wont save as a body so I have changed to trigger body but when I test the run it is still not working any help would be great.
@RezaDorrani
@RezaDorrani 4 года назад
Conditional triggers do not work with Microsoft forms since the trigger action does not return the form data. Typically we leverage the get form details action to get the form responses after the trigger action.
@lornabrooke9848
@lornabrooke9848 4 года назад
@@RezaDorrani thank you for letting me know at least I know I wasnt going totally mad, I was hoping to not have to pull it down to them work with it but never mind
@mannarmannan65
@mannarmannan65 4 года назад
Hi Jon, I have 8 flows running in the same SharePoint list which looks at the same condition 'When a new item is created' but with different conditions after the item has been created. When there is more than one item created at the same time (For eg: MS Forms pushes from's data from many users to the SharePoint list) , the flow fails to get some items. Flows skips some new items. Its not specific item it randomly skips some items. Please can you help.
@JonJLevesque
@JonJLevesque 4 года назад
Hmm instead of 8 flows, try to make 1 flow with a switch condition. That’s a lot of flows running on a single list
@mannarmannan65
@mannarmannan65 4 года назад
@@JonJLevesque Thanks Jon. That Worked :-)
@venkatakrishnadaddolu335
@venkatakrishnadaddolu335 3 года назад
how can we achieve " if priority high should send one user and if priority equal to Low send email to another user" pls clarify
@shahzad87uk
@shahzad87uk 3 года назад
Hello Everyone As you are aware that in power automate there is a limit of 2000 api calls per 24 hours (m365 license). Is there a way to know how much api calls I have consumed in last 24 hour?
@taranbirsinghdulai4732
@taranbirsinghdulai4732 3 года назад
Hi Jon - I am stuck with a condition that I need in the flow. I want to create a condition that triggers an email to the respondent if user selects a date when my business has not started. E.g Trigger email if selected date is before 10th Oct'20. Is this possible?
@ameercader
@ameercader 4 года назад
Hi guys I am new to power automate. Anyone knows where I can start looking at?
@JonJLevesque
@JonJLevesque 4 года назад
Right here! ru-vid.com/group/PLN-cZRQeAiDVAtDyYTBKMuM22fQH1Khve&feature=share
@darkroomstudios4839
@darkroomstudios4839 4 года назад
Can anyone help? I am using a flow to get the body of an email and grab a date and time from email. The date and time come in as May 28th 2020 10:00 pm. I really need to convert this to yyyy-mm-ddthh:mm:ss so I can use that to create a outlook calendar event. Any ideas?
@michaelshelnutt3534
@michaelshelnutt3534 3 года назад
The Compose action does not look the same.
Далее
Power Automate Tutorial - Expressions 201
34:24
Просмотров 14 тыс.
Power Automate Tutorial - Expressions 101
30:53
Просмотров 37 тыс.
Modus males sekolah
00:14
Просмотров 11 млн
OG Buda - Сабака (A.D.H.D)
02:19
Просмотров 134 тыс.
Microsoft Power Automate Introduction
22:49
Просмотров 75 тыс.
Microsoft Lists and Power Automate
19:52
Просмотров 125 тыс.
Power Automate Tutorial - Expressions 401
36:12
Просмотров 7 тыс.
Power Automate Approval Workflow 2.0
29:04
Просмотров 100 тыс.
What is Power Apps?
9:53
Просмотров 160 тыс.
Modus males sekolah
00:14
Просмотров 11 млн