Skip to content

Commit b39bf35

Browse files
authored
Merge pull request #549 from caburk/master
Meeting Capture sample app documentation.
2 parents 8525d4e + 2e366af commit b39bf35

File tree

3 files changed

+59
-12
lines changed

3 files changed

+59
-12
lines changed

powerapps-docs/maker/canvas-apps/expense-report-install.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,19 @@ ms.author: caburk
1414
---
1515
# Install and configure the Expense Report sample for canvas apps in PowerApps
1616

17-
Step-by-step instructions for installing and configuring the Expense Report sample.
17+
Step-by-step instructions for installing and configuring the Expense Report sample. You can also preview the sample app [here](https://aka.ms/previewmyexpenses).
1818

1919
Estimated time to complete these steps: **10-15 minutes**
2020

21-
For a demonstration of this process, please watch this video.
22-
23-
[![Expense Report install Video](./media/expense-report-install/expense-report-install-video.png)](https://youtu.be/DOR28V5kCkw)
24-
25-
## Overview of the sample
21+
> [!TIP]
22+
> Watch [this video](https://youtu.be/kJXZPILfbwU) for a demonstration of how to use the Expense Report sample app.
2623
2724
Track expense reports from submission to approval. Tally line items as individual expenses accrue and submit for approval when ready. This app requires a small amount of setup to make it your own.
2825

2926
![Opening screen of the Expense Report PowerApp](./media/expense-report-install/expense-report-powerapp.png)
3027

31-
Watch this video to see how to use the Expense Report PowerApp Sample.
32-
33-
[![Expense Report Install Video](./media/expense-report-install/expense-report-demo-video.png)](https://youtu.be/h6E9cdrOvMU)
28+
> [!TIP]
29+
> Watch [this](https://youtu.be/h6E9cdrOvMU) video to see how to use the Expense Report PowerApps Sample.
3430
3531
## Prerequisites
3632

@@ -373,9 +369,6 @@ This list stores the lines items associated with expense reports.
373369
2. Click the **ellipses** next to the Expense Report PowerApp.
374370
3. Click **Open**.
375371

376-
Watch this video to see how to use the Expense Report PowerApp Sample.
377-
378-
[![Expense Report Install Video](./media/expense-report-install/expense-report-demo-video.png)](https://youtu.be/h6E9cdrOvMU)
379372

380373
## Next steps
381374
- [Customize a SharePoint list form](https://docs.microsoft.com/powerapps/maker/canvas-apps/customize-list-form)
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Meeting Capture sample template | Microsoft Docs
3+
description: Learn about the Meeting Capture sample template in PowerApps with setup, overview, and deep dives into how the app was built.
4+
author: caburk
5+
manager: kvivek
6+
7+
ms.service: powerapps
8+
ms.topic: sample
9+
ms.custom: canvas
10+
ms.reviewer: anneta
11+
ms.date: 07/03/2018
12+
ms.author: caburk
13+
14+
---
15+
# Set up and learn about the Meeting Capture sample template in PowerApps
16+
17+
## Overview
18+
19+
In PowerApps, the Meeting Capture sample template is an all-in-one tool for capturing information from meetings as they happen. If you run the app, you can view meeting details, capture notes, take pictures of whiteboards, draw sketches and assign tasks. You can also export all of these items, send them to all meeting attendees, and schedule followup meetings quickly and easily.
20+
21+
[![Meeting Capture](media/sample-meeting-capture/MeetingCapture.png)](https://aka.ms/previewmeetingcapture)
22+
23+
## Where can I run the app?
24+
25+
You can run this sample app in your browser, on a tablet, or other device that has a similar form factor.
26+
27+
## How do I open the template and run the app?
28+
29+
[Preview Meeting Capture](https://aka.ms/previewmeetingcapture) or watch these videos to find out more:
30+
31+
- How to [open the template](https://www.youtube.com/watch?v=MTsbjln1AcA&index=1&list=PL8IYfXypsj2B5FizD0ZVVuzf49vr8yXFU).
32+
- How to [run the app](https://youtu.be/mGyxyJL4gJk) from start to finish.
33+
34+
## How do I build the app myself?
35+
36+
Meeting Capture includes a lot of functionality commonly used in PowerApps. By watching these videos, you can explore this functionality and find out how to implement it so you can implement the same functionality and patterns in your own apps.
37+
38+
- [Export content](https://youtu.be/D6kmeM0UFH0) from PowerApps to OneNote.
39+
- [Find available meeting times](https://youtu.be/gSD8m6d_Gv0) for attendees.
40+
41+
Meeting Capture connects to these services in Office 365.
42+
43+
- [Office 365 Users](https://docs.microsoft.com/en-us/connectors/office365users/)
44+
- [Office 365 Outlook](https://docs.microsoft.com/en-us/connectors/office365/)
45+
- [Planner](https://docs.microsoft.com/en-us/connectors/planner/)
46+
- [OneNote (Business)](https://docs.microsoft.com/en-us/connectors/onenote/)
47+
- [Content Conversion](https://docs.microsoft.com/en-us/connectors/conversionservice/)
48+
49+
We hope you enjoy exploring Meeting Capture, and we look forward to hearing how you extend it for your organization!
50+
51+
## Next steps
52+
- [Formula reference](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/formula-reference)
53+
- [Controls reference](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/reference-properties)
54+

0 commit comments

Comments
 (0)