Skip to content

Latest commit

 

History

History
140 lines (84 loc) · 5.07 KB

README-template.md

File metadata and controls

140 lines (84 loc) · 5.07 KB

Title of the sample

When naming your sample, try to give it a friendly name that describes what it does. Avoid using terms like PowerFx -- because that's what all the samples in this repo are all about. GOOD 👍: Financial Functions BAD 👎: powerfx functions

DELETE THIS PARAGRAPH BEFORE SUBMITTING

Summary

Short summary on functionality and used technologies.

Please provide a high-quality screenshot of your web parts below. It should be stored in a folder called assets. If possible, use a resolution of 1920x1080. You can add as many screen shots as you'd like to help users understand your sample without having to download it and install it. DELETE THIS PARAGRAPH BEFORE SUBMITTING

picture of the sample

Applies to

Update accordingly as needed. DELETE THIS PARAGRAPH BEFORE SUBMITTING

Compatibility

Power Apps Source File Pack and Unpack Utility 0.20

Solution

Solution Author(s)
folder name Author Name (@yourtwitterhandle), Company

Version history

Version Date Comments
1.1 September 2, 2021 Update comment
1.0 August 29, 2021 Initial release

Prerequisites

Any special pre-requisites? Include anything that needs to be done for this sample to work (anything in addition to importing the .msapp). DELETE THIS PARAGRAPH BEFORE SUBMITTING

Minimal Path to Awesome

  • Download the .msapp from the solution folder
  • Use the .msapp file using File > Open > Browse within Power Apps Studio.

Include any additional steps as needed. DELETE THIS PARAGRAPH BEFORE SUBMITTING

Using the Source Code

You can also use the Power Apps Source Code tool to the code using these steps:

  • Clone the repository to a local drive
  • Pack the source files back into .msapp file:
  • Use the .msapp file using File > Open > Browse in Power Apps Studio.

Features

Description of the sample with possible additional details than in short summary. This sample illustrates the following Power Fx concepts:

  • topic 1
  • topic 2
  • topic 3

Note that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions in advance! You rock ❤. DELETE THIS PARAGRAPH BEFORE SUBMITTING

Functions

Document each function below by repeating each the next section for each function

Make sure to use Power Fx known data types when describing data types

BEGIN: REPEAT HERE

[Function Name Goes Here]

The function name will appear in the sample browser

Short description of the function. This description will appear in the sample browser

Syntax

Description of the function syntax

MyCustomFunction(MyParameterName)
Parameter Description Required Type
MyParameterName Decription of parameter goes here Yes Text

Output

What data type will this function return? Please use Power Fx known data types

Example

Provide at least one example when using the function

MyCustomFunction(MyParameterName)

END: REPEAT HERE

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.

Help

Note: don't worry about this section, we'll update the links.

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.