Skip to content

PowerAppsDarren/PowerFxSnippets

Repository files navigation

PowerFxSnippets

My bag of tricks for the Power Platform

Free Community & Course Materials

🆓 Get access to our free Power Apps crash course (and our community) here:

Support

I hope you have found this helpful. If you need any help with the Power Platform, don't hesitate to email us at

Related Code Repositories / Resources

Disclaimer

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.

Chosen Format For Repository

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.

  1. Create separate Markdown (.md) files for each snippet or related group of snippets.
  2. Use descriptive names for your files, e.g. button-click-handler.md or gallery-filtering.md.
  3. 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.