I was in Seattle last week to present 2 workshops and 3 talks. One of the workshops and one of the talks was on how to use Dataverse for Teams. Many of the attendees asked if they could have a copy of the demos that I used during the talks. Below you will find a link to the ...
Last week I spoke at the Power Platform Summit Europe on getting more out of Microsoft Flow! The topic was about using REST to get more out of flow connectors and also to connect to other services that have no connector available. Here's the slide-deck and see the... ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
NASCAR developed a company intranet called Inside Track, a one-stop shop for all employees to stay up to date on current NASCAR news and to find resources they need to be productive. Built using SharePoint Online in partnership with Microsoft Consulting Services, the intranet...
based on the template. Customization of apps can turn into more specialized and specific. PowerApp studio can create and modify the layout the same as with the App. In addition to templates, we can also develop the apps from scratch to get more adaptability concerning the application’s flow...
We leverage the function Weekday to do this, which returns a number from 1 (Sunday) to 7 (Saturday) for the given date. We then do some math and use the Mod function, which gives the remainder of a number by a divisor (7 in this case because a week has 7 days). _holidays is ...
Date Last Refreshed Load was cancelled by an error in loading a previous table. Flow Makers Load was cancelled by an error in loading a previous table. Does it mean that we have too many flows in the tenant maybe? Hello, thanks for confirming!
Last week i went to a powerapps course organised by Macaw, at the course i had to make a test environment.After the course i started working on the app that my company was looking for, but i forgot to leave the test environment.Now that i have...
week. Additionally using the /d switch and the 'backups' setting you can make it delete old backups. Eg. If you want to keep the 3 most recent backups then set the 'backups' equal to 3. Please let me know if you have any comment or suggestion for this script. Click here to ...
The above first condition displays an error message if the entered date is greater than the current date. Theweekday ()function returns the weekday of the given date into this function. For example, the weekday of the Sun =1, Mon = 2, etc, and Sat =7. ...