Skip to content

Latest commit

 

History

History
143 lines (93 loc) · 6.02 KB

README-template.md

File metadata and controls

143 lines (93 loc) · 6.02 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 PowerApp, PowerApps, Power App, etc. -- because that's what all the samples in this repo are all about. GOOD 👍: Transmographier BAD 👎: Power App Sample

DELETE THIS PARAGRAPH BEFORE SUBMITTING

Summary

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

picture of the sample

Applies to

Update accordingly as needed. DELETE THIS PARAGRAPH BEFORE SUBMITTING

Compatibility

Don't worry about this section, we'll take care of it. Unless you really want to...

Power Apps Source File Pack and Unpack Utility 0.20 Premium License Experimental Features On-Premises Connectors Custom Connectors

Authors

One author per line, please DELETE THIS PARAGRAPH BEFORE SUBMITTING

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

Features

Description of the sample with possible additional details than in short summary.

This sample illustrates the following concepts:

  • topic 1
  • topic 2
  • topic 3

Prerequisites

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

Solution Components

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)

Data Sources

Please list the individual data sources needed. See example below. DELETE THIS PARAGRAPH BEFORE SUBMITTING

MySample List

This SharePoint list contains blah blah blah. Set the list up as follows:

Type Internal Name Required
Single line of text Title Yes

Minimal Path to Awesome

  • Download the solution .zip from the solution 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.
  • ...

Using the Source Code

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:
    pac solution pack --folder pathtosourcefolder --zipfile pathtosolution  --processCanvasApps
    Making sure to replace pathtosourcefolder to point to the path to this sample's sourcecode folder, and pathtosolution to point to the path of this solution's .zip file (located under the solution 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.
  • ...

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, 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.

For more information


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