by Kyle | May 8, 2022 | Uncategorized
PowerApps – Show or Hide when toggle is switched on or off – Method 2 PowerApps – Show or Hide when toggle is switched on or off – Method 2 If you would like to explore more or sign up to Microsoft 365 here are some useful links: – Learn...
by Kyle | May 1, 2022 | Uncategorized
PowerApps Invoice Generator – Tutorial Mini Series Episode 3 – Building the PowerApp PowerApps Invoice Generator – Mini Series Episode 3 – Building the PowerApp If you would like to explore more or sign up to Microsoft 365 here are some useful...
by Kyle | Apr 24, 2022 | Uncategorized
PowerApps Invoice Generator – Tutorial Mini Series Episode 2 – Building the Power Automate Flow PowerApps Invoice Generator – Tutorial Mini Series Episode 2 – Building the Power Automate Flow All code mentioned in the video can be found here (I...
by Kyle | Apr 17, 2022 | Uncategorized
PowerApps Invoice Generator – Tutorial Mini Series Episode 1 – Building the SharePoint Lists PowerApps Invoice Generator – Mini Series Episode 1 – Building the SharePoint Lists If you would like to explore more or sign up to Microsoft 365 here...
by Kyle | Apr 10, 2022 | Uncategorized
PowerApps Invoice Generator – App Demo This video shows a PowerApps Canvas app Invoice Generator. When the invoice is submitted it will automatically create a PDF and email it to yourself. The series on how to build this is still being recorded. Check back here...
by Kyle | Apr 3, 2022 | Uncategorized
Power Automate – Multiline field displays on a single line when converting to HTML / Generating PDF Function that fixed the issue: (outputs(‘multiLineText’), decodeUriComponent(‘%0A’), ‘<br />’) Link to forum:...
by Kyle | Mar 28, 2022 | Uncategorized
-DataURi Function: dataUri(outputs(‘Get_file_content_using_path_-_Company_Logo’)?[‘body’]) -Concat Logo Img: concat(‘<img src=”‘, variables(‘dataURi’), ‘”/>’) -TableVar HTML: <tr>...
by Kyle | Mar 27, 2022 | Uncategorized
Open a different/specific PowerApp start screen by passing a value in the link/URL – PowerApps For this video we will pass a parameter in the URL of the PowerApp so when the app loads it checks the value and starts with a specific screen depending on that value....
by Kyle | Mar 20, 2022 | Uncategorized
Microsoft PowerApps – Click a button to Exit/Close an App This video shows how to use the exit function and close a PowerApp by clicking a button. You can see the Microsoft documentation of the exit button here:...
by Kyle | Mar 13, 2022 | Uncategorized
PowerApps – Change text position of a radio button (bit of a hack) PowerApps – Change text position of a radio button RGB to apply: RGBA(255, 255, 255, 1) You can watch the full video...