My bag of tricks for the Power Platform
🆓 Get access to our free Power Apps crash course (and our community) here:
I hope you have found this helpful. If you need any help with the Power Platform, don't hesitate to email us at
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
For posting snippets of Power FX code for Canvas Power Apps on GitHub, perhaps the best way is to use Markdown files with code blocks. This approach offers several advantages. Any other format you find here will eventually be converted to this format.
- Create separate Markdown (.md) files for each snippet or related group of snippets.
- Use descriptive names for your files, e.g. button-click-handler.md or gallery-filtering.md.
- Structure each file as follows:
- Start with a clear title using a level 1 header (#)
- Add a brief description of the snippet's purpose
- Use code blocks for the Power FX code
- Include any additional explanations or usage notes.