Flow: Run a Child Flow
While scrolling on my Twitter feed I found this piece of amazing news in how to run a child flow. In @MicrosoftFlow ‘Run a Child …
Skillful Sardine
While scrolling on my Twitter feed I found this piece of amazing news in how to run a child flow. In @MicrosoftFlow ‘Run a Child …
The RoundDown function rounds a number to a specific number of decimal places, always to the nearest lower number. The round is still down regardless of …
Ignite 2019 brought a lot of changes to the Power Platform, and there’s a lot of fantastic stuff to explore. I’ll explore them in the …
The dayOfWeek Function will return an integer number that represents the day of the week for a date, where 0 is Sunday, 1 is Monday …
SharePoint Lists provide you with loads of extensibility with, not a lot of code or expertise. You can create the data and, with low effort, …
Welcome to Function Friday. This week we’ll explore Microsoft’s SharePoint List Function “OR” function. This function will return Yes if any of the arguments are True. If any of …
Updated 2020-01-09: Improved the Flows to get only the UTM parameters to parse. Templates updated also. For those unaware, what are UTM parameters, they are …
The Text function is widely used in PowerApps and for a good reason. It converts any value to a text field to display. For numbers …
Dates are one of the most common items to display to the user, but we need to be careful doing so. Just showing it is …
The utcNow Function is equivalent to Now function in SharePoint and PowerApps, but it always returns the current date in UTC. SharePoint and PowerApps consider …