Skip to content

Latest commit

 

History

History
112 lines (71 loc) · 5.13 KB

README-template.md

File metadata and controls

112 lines (71 loc) · 5.13 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 PowerAutomate, Power Automate, Flow, etc. -- because that's what all the samples in this repo are all about. GOOD 👍: Transmographier BAD 👎: Power Automate Sample

DELETE THIS PARAGRAPH BEFORE SUBMITTING

Summary

Short summary on functionality and used technologies.

Please provide a high-quality screenshot of your flow 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...

Premium License 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 .zip and data sources). DELETE THIS PARAGRAPH BEFORE SUBMITTING

Minimal Path to Awesome

  • Download the .zip from the solution folder
  • Within Power Automate Studio, import the solution .zip file using Solutions > Import Solution and select the .zip file you just packed.

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 a solution .zip file:
    pac solution pack --zipfile pathtodestinationfile --folder pathtosourcefolder --processCanvasApps
    Making sure to replace pathtosourcefolder to point to the path to this sample's sourcecode folder, and pathtodestinationfile to point to the path of this solution's .zip file (located under the solution folder)
  • Within Power Automate Studio, import the solution .zip file using Solutions > Import Solution and select the .zip file you just packed.

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.

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