Power Automate: SharePoint Add attachment action
Many people don't know this, but you can add attachments to a SharePoint list row. It's convenient and much better than having a folder with…
Power Automate: When a new tweet is posted Trigger
Everyone has a love-hate relationship with Twitter, but if there's something we can't deny. Twitter plays a massive role in everyone's lives, especially when running…
Power Automate: guid function
The first question that comes to mind is a "GUID". I wrote about it a while ago for Power Apps, but today I want to…
Power Automate: not function
Many think that the not function is useless. Usually, the "not" function is used in comparisons, so if you're comparing if something is not something…
Power Automate: Get My Profile Action
Those who don't know your profile always exist if you have an office 365 account. Depending on the diligence of your organization, your profile can…
Power Automate: startsWith function
Power Automate's startsWith function is part of a set of functions that deal with strings. In this case, we're checking if a string starts with…
Power Automate: Append to array variable Action
The “append to array variable” action is one of the most used functions on my daily Flows. It’s instrumental when parsing information and keeping the…
Power Automate: float function
Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we'll focus on the float function that…
SharePoint: Trim Function
The trim function serves as an excellent helper tool to clean text. We all know that if we have five people inserting data into a…
SharePoint
Power Automate: SharePoint Add attachment action
Many people don't know this, but you can add attachments to a SharePoint list row. It's convenient and much better than having a folder with…
SharePoint: Check if a Document Library Exists
SharePoint: Trim Function
PowerApps
Power App: DateTimeValue function
Converting dates is challenging and having a function that does that for us is pretty amazing. The DateTimeValue function does that for us. It converts…
Power Apps: IsToday Function
Power App: GUID function