When naming your sample, try to give it a friendly name that describes what it does. Avoid using terms like
PowerApp
,PowerApps
,Power App
, etc. -- because that's what all the samples in this repo are all about. GOOD 👍: Transmographier BAD 👎: Power App SampleDELETE THIS PARAGRAPH BEFORE SUBMITTING
Short summary on functionality and used technologies.
Please provide a high-quality screenshot of your Power App 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
Update accordingly as needed. DELETE THIS PARAGRAPH BEFORE SUBMITTING
Don't worry about this section, we'll take care of it. Unless you really want to...
One author per line, please DELETE THIS PARAGRAPH BEFORE SUBMITTING
Solution | Author(s) |
---|---|
folder name | Author Name (@yourtwitterhandle), Company |
Version | Date | Comments |
---|---|---|
1.1 | September 2, 2021 | Update comment |
1.0 | August 29, 2021 | Initial release |
Description of the sample with possible additional details than in short summary.
This sample illustrates the following concepts:
- topic 1
- topic 2
- topic 3
Any special pre-requisites? Include anything that needs to be done for this sample to work (anything in addition to importing the solution
.zip
and data sources). DELETE THIS PARAGRAPH BEFORE SUBMITTING
Please list the solution components you use in this sample. See example below. DELETE THIS PARAGRAPH BEFORE SUBMITTING
The following solution components are used in this sample:
- Canvas app name (Canvas app)
- Cloud flow name (Cloud flow)
- Environment variable name (Environment variable)
- Connection reference name (Connection reference)
Please list the individual data sources needed. See example below. DELETE THIS PARAGRAPH BEFORE SUBMITTING
This SharePoint list contains blah blah blah. Set the list up as follows:
Type | Internal Name | Required |
---|---|---|
Single line of text | Title | Yes |
- Download the solution
.zip
from thesolution
folder - Within https://make.powerapps.com, import the
.zip
file via Solutions > Import solution > Browse and select the.zip
file you just downloaded. - Click next.
- ...
You can also use the Power Apps CLI to pack the source code by following these steps::
- Clone the repository to a local drive
- Pack the source files back into
.zip
file:Making sure to replacepac solution pack --folder pathtosourcefolder --zipfile pathtosolution --processCanvasApps
pathtosourcefolder
to point to the path to this sample'ssourcecode
folder, andpathtosolution
to point to the path of this solution's.zip
file (located under thesolution
folder) - Within https://make.powerapps.com, import the
.zip
file via Solutions > Import solution > Browse and select the.zip
file you just downloaded. - Click next.
- ...
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.
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, you can create a new issue.
For questions regarding this sample, create a new question.
Finally, if you have an idea for improvement, make a suggestion.
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