Skip to content

Commit a53da7b

Browse files
committed
suggestions from Vivek
1 parent 2ce16d3 commit a53da7b

File tree

13 files changed

+77
-74
lines changed

13 files changed

+77
-74
lines changed

powerapps-docs/cards/make-a-card/connectors/connector-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To access connectors in card:
3333
1. On the left, select **Cards** and select the card you want to test add a connector to.
3434
1. On the left, select **Data**. Then select **+ Add data**.
3535

36-
:::image type="content" source="../../media/connector-intro/add-data-___location.png" alt-text="Screenshot of + Add data menu":::
36+
:::image type="content" source="../../media/connector-intro/add-data-___location.png" alt-text="Screenshot of + Add data menu" border="true":::
3737

3838
You'll then be able to add a data source and see all available connectors.
3939

powerapps-docs/cards/make-a-card/designer-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ To get to the designer, take the following steps:
3333
1. To create a new card, select **Cards** then **Create**.
3434
1. To see all current cards, select **Cards** then **Cards**
3535

36-
:::image type="content" source="../media/designer-overview/create-new-card.png" alt-text="Screenshot showing card creation screen." border="false":::
36+
:::image type="content" source="../media/designer-overview/create-new-card.png" alt-text="Screenshot showing card creation screen." border="true":::
3737

3838
1. Select the **+ Create a card** to start building your own card.
3939

4040
## What's in the designer?
4141

4242
The designer is made up of the following elements:
4343

44-
:::image type="content" source="../media/designer-overview/designer-elements.png" alt-text="Screenshot of Card Designer with elements highlighted." border="false":::
44+
:::image type="content" source="../media/designer-overview/designer-elements.png" alt-text="Screenshot of Card Designer with elements highlighted." border="true":::
4545

4646
1. Main menu
4747
1. Tool pane

powerapps-docs/cards/make-a-card/screens/use-screens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Cards can have multiple screens. Each screen can show a different user interface
2121

2222
You can view the screens in your card and change properties of each screen using the tree view in the Card Designer.
2323

24-
:::image type="content" source="../../media/make-a-card/cards-tree-view.png" alt-text="Screenshot of tree view in Card Designer." border="false":::
24+
:::image type="content" source="../../media/make-a-card/cards-tree-view.png" alt-text="Screenshot of tree view in Card Designer." border="true":::
2525

2626
## Make a new screen
2727

@@ -37,13 +37,13 @@ To show screens from other cards, use the **Show Screen** button.
3737
1. Go to **Type** in the Properties pane on the right. Select the drop-down and change the **Type** to **Show Screen**.
3838
1. **ShowCard** will appear on the right. Set **Screen** to the screen you want to show and set **Title** to the text to display on your button.
3939

40-
:::image type="content" source="../../media/make-a-card/show-card-properties.png" alt-text="Screenshot of ShowCard options." border="false":::
40+
:::image type="content" source="../../media/make-a-card/show-card-properties.png" alt-text="Screenshot of ShowCard options." border="true":::
4141

4242
In the example above, this button will show the `NameScreen` screen when a user selects the button titled "Say Goodbye".
4343

4444
Now, the screen will appear when you test your card and select the button. The example below shows how the screen appears after adding an example button to the [simple card tutorial](../../tutorials/hello-world-card.md) card.
4545

46-
:::image type="content" source="../../media/make-a-card/screen-example.png" alt-text="Screenshot of an example screen in a card." border="false":::
46+
:::image type="content" source="../../media/make-a-card/screen-example.png" alt-text="Screenshot of an example screen in a card." border="true":::
4747

4848
Repeat this process as many times as needed to create more screens.
4949

powerapps-docs/cards/make-a-card/testing/debugging-cards.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ To access the Play page:
3434
1. On the left select **Cards** to see all of your cards. Select the card you want to test and debug.
3535
1. Select the **Play** button at the top of the page. A new window will appear with the Play page.
3636

37-
:::image type="content" source="../../media/debugging-cards/play-button-in-designer.png" alt-text="Screenshot of the **Play** button in the Card Designer":::
37+
:::image type="content" source="../../media/debugging-cards/play-button-in-designer.png" alt-text="Screenshot of the **Play** button in the Card Designer" border="true":::
3838

3939
## **Play** page components
4040

4141
The **Play** page is made up of the following components:
4242

43-
:::image type="content" source="../../media/debugging-cards/play-page-elements.png" alt-text="Screenshot of the Play page elements":::
43+
:::image type="content" source="../../media/debugging-cards/play-page-elements.png" alt-text="Screenshot of the Play page elements" border="true":::
4444

4545
1. Card title - The title of the card
4646
1. View mode - Switch between light and dark modes to see how cards looks in different environments.
@@ -56,15 +56,15 @@ Try interacting with your card. In the example below, the **Say Hello** button i
5656

5757
Before interacting with the card:
5858

59-
:::image type="content" source="../../media/debugging-cards/card-before-interaction.png" alt-text="Screenshot of the card before interacting with it":::
59+
:::image type="content" source="../../media/debugging-cards/card-before-interaction.png" alt-text="Screenshot of the card before interacting with it" border="true":::
6060

6161
After interacting with the card:
6262

63-
:::image type="content" source="../../media/debugging-cards/card-after-interaction.png" alt-text="Screenshot of the card after interacting with it":::
63+
:::image type="content" source="../../media/debugging-cards/card-after-interaction.png" alt-text="Screenshot of the card after interacting with it" border="true":::
6464

6565
You can also change the **View** button on the **Play** page to switch between light and dark modes. The example below is the same card in dark mode:
6666

67-
:::image type="content" source="../../media/debugging-cards/dark-mode-card.png" alt-text="Screenshot of the card in dark mode":::
67+
:::image type="content" source="../../media/debugging-cards/dark-mode-card.png" alt-text="Screenshot of the card in dark mode" border="true":::
6868

6969
If you encounter issues while testing your card, use the [Debug](#debug-your-card) panel to try and fix them.
7070

@@ -80,7 +80,7 @@ The **Memory** section lets you see variables stored in memory and how your card
8080

8181
The example below shows that the user input stored in `UserAnswer` has the same value as the assigned variable `UserName` used in the card.
8282

83-
:::image type="content" source="../../media/debugging-cards/memory-example.png" alt-text="Screenshot of the Memory section in the Debug panel":::
83+
:::image type="content" source="../../media/debugging-cards/memory-example.png" alt-text="Screenshot of the Memory section in the Debug panel" border="true":::
8484

8585
If you're encountering issues with memory, check your variable names and any related Power Fx formulas used in your card.
8686

powerapps-docs/cards/make-a-card/ui-elements/controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Controls are the building blocks for designing your card's interface and functio
2727

2828
To access card controls, go to [Power Apps](https://powerapps.microsoft.com/), select **Cards** and a card to edit, and then select **Insert**.
2929

30-
:::image type="content" source="../../media/make-a-card/insert-menu.png" alt-text="Screenshot of the Insert menu Card Designer." border="false":::
30+
:::image type="content" source="../../media/make-a-card/insert-menu.png" alt-text="Screenshot of the Insert menu Card Designer." border="true":::
3131

3232
There you'll see the following control categories:
3333

@@ -84,4 +84,4 @@ Data binding is used to repeat controls for a table variable using the **Repeat
8484

8585
For example, if you have a table named `fruits` bound to the array `["apples", "oranges", "pears"]`, you can add a text label control and set its **Repeat for every** property to `fruits` and the **Text** property to `ThisItem`. When played, the card will show three text labels with each of the strings in the table.
8686

87-
:::image type="content" source="../../media/make-a-card/cards-data-binding.png" alt-text="Screenshot of tree view in Card Designer." border="false":::
87+
:::image type="content" source="../../media/make-a-card/cards-data-binding.png" alt-text="Screenshot of tree view in Card Designer." border="true":::

powerapps-docs/cards/make-a-card/ui-elements/use-buttons.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add buttons
2+
title: Add buttons (Preview)
33
description: Learn how to build a card with buttons.
44
ms.date: 09/20/2022
55
ms.topic: article
@@ -11,7 +11,9 @@ ms.custom:
1111
ms.collection:
1212
---
1313

14-
# Add buttons
14+
# Add buttons (Preview)
15+
16+
[!INCLUDE[cards_preview_notice](../includes/preview-include.md)]
1517

1618
Buttons are a type of control that let users perform actions in cards. They're a visual interface that makes it easy for users to do things with cards without entering any input aside from a click.
1719

@@ -33,11 +35,11 @@ Buttons can do one of four things:
3335
1. Go to [Power Apps](https://powerapps.microsoft.com/). Select **Cards (Preview)** and then the card you want add a button to.
3436
1. Select **+ Insert** on the left. Then select **Button** to add a button to your card.
3537

36-
:::image type="content" source="../../media/use-buttons/add-button.png" alt-text="Screenshot of Button in Insert menu":::
38+
:::image type="content" source="../../media/use-buttons/add-button.png" alt-text="Screenshot of Button in Insert menu" border="true":::
3739

3840
1. Now that the button is on your card, you can edit its properties. At a minimum, choose a button **Type** and add a button **Title** to display on the card, as shown below.
3941

40-
:::image type="content" source="../../media/use-buttons/button-title.png" alt-text="Screenshot of button title change":::
42+
:::image type="content" source="../../media/use-buttons/button-title.png" alt-text="Screenshot of button title change" border="true":::
4143

4244
### Button type
4345

@@ -73,4 +75,3 @@ Set the **Type** to **Open Url** and then enter a **Url**. When the user selects
7375
The **Toggle Visibility** button shows or hides other controls in the card.
7476

7577
Set the **Type** to **Toggle Visibility**. Then select the **Target Elements** pane and select **+ Add new**. Enter the **ElementID** and toggle the **Visibility** property to make the element visible or invisible. Add as many elements as you want to toggle the visibility of.
76-

powerapps-docs/cards/make-a-card/variables/variables.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use variable
2+
title: Use variables (Preview)
33
description: Learn about storing data in variables
44
ms.date: 09/20/2022
55
ms.topic: article
@@ -11,7 +11,9 @@ ms.custom:
1111
ms.collection:
1212
---
1313

14-
# Variables
14+
# Variables (Preview)
15+
16+
[!INCLUDE[cards_preview_notice](../includes/preview-include.md)]
1517

1618
Variables are used to store data within the context of a card. That data can be of different types like table, text, or a number. The value can also be temporary, where it resets for every card session, or permanent, where it is shared across all sessions for a specific card instance. Variables have unique names, which is how they are referenced in [formulas](../../make-a-card/power-fx/intro-to-pfx.md).
1719

@@ -31,7 +33,7 @@ To add variables in cards, do the following.
3133
1. On the left, select **Cards** and select the card you want to test add a connector to.
3234
1. On the left, select **Variables**. Then select **+ New variable**.
3335

34-
:::image type="content" source="../../media/variables/new-variable.png" alt-text="Screenshot of the + Add variable button":::
36+
:::image type="content" source="../../media/variables/new-variable.png" alt-text="Screenshot of the + Add variable button" border="true":::
3537

3638
1. The **New variable** window will appear. Set the following values:
3739
- **Name**: the name of your variable.
@@ -46,7 +48,7 @@ To add variables in cards, do the following.
4648

4749
If you want to to edit or delete a variable, select the three dots next to the variable and choose the option that works for you.
4850

49-
:::image type="content" source="../../media/variables/edit-delete-variable.png" alt-text="Screenshot of the Edit and Delete variable button":::
51+
:::image type="content" source="../../media/variables/edit-delete-variable.png" alt-text="Screenshot of the Edit and Delete variable button" border="true":::
5052

5153
>[!NOTE]
5254
> After creation, the variable **Name** and **Type** cannot be edited. If you need to change these values, create a new variable.
@@ -57,4 +59,4 @@ There are a variety of ways to use variables in cards. The most common option is
5759

5860
To use variables in Power Fx expressions simply add the variable name to your formula. For an example, see the [simple card tutorial](../../tutorials/hello-world-card.md). Your variables should be recognized in the formula bar as well, shown below:
5961

60-
:::image type="content" source="../../media/variables/formula-bar-example.png" alt-text="Screenshot of auto-filling variable name in formula bar button":::
62+
:::image type="content" source="../../media/variables/formula-bar-example.png" alt-text="Screenshot of auto-filling variable name in formula bar button" border="true":::

powerapps-docs/cards/overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ ms.collection:
1313

1414
# What are cards?
1515

16-
> [!IMPORTANT]
17-
> This is a preview feature.
18-
> [!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
19-
2016
Cards are a low-code capability of Power Apps that let you design, send, and use cards. Cards are micro-apps with embedded enterprise data and workflows that can be sent as content in other applications.
2117

2218
Use the Power Apps guided and visual interface to create cards to optimize and automate business tasks. Use them to create actionable scenarios with interactive, data-driven, lightweight UI elements; then, make them available for other people to use.
@@ -25,13 +21,17 @@ As a part of the Power Apps ecosystem, cards add business logic through Power Fx
2521

2622
Using cards, you can quickly build, manage, and share rich, actionable UI cards without any coding or IT expertise.
2723

24+
> [!IMPORTANT]
25+
> This is a preview feature.
26+
> [!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
27+
2828
## Get started with cards
2929

30-
Cards are available to makers as a part of Power Apps. You can sign into the [Power Apps maker portal](https://make.powerapps.com) and create your card with a few clicks; there are no complex systems or services to deploy and maintain.
30+
Cards are available to makers as a part of Power Apps. You can sign into [Power Apps](https://make.powerapps.com) and create your card with a few clicks; there are no complex systems or services to deploy and maintain.
3131

32-
To create a card, go to [Power Apps maker portal](https://make.powerapps.com) and select **Cards (preview)** then **+ Create a card**.
32+
To create a card, go to [Power Apps](https://make.powerapps.com) and select **Cards (preview)** then **+ Create a card**.
3333

34-
:::image type="content" source="media/overview/cards-get-started.png" alt-text="Screenshot of the card create page." border="false":::
34+
:::image type="content" source="media/overview/cards-get-started.png" alt-text="Screenshot of the card create page." border="true":::
3535

3636
There are two key parts of any card:
3737

@@ -43,27 +43,27 @@ There are two key parts of any card:
4343

4444
Use the drag-and-drop designer to create a card consisting of buttons, tables, text, images, checkboxes, input fields, containers, and a variety of other types of elements, all without writing any code.
4545

46-
:::image type="content" source="media/overview/cards-designer-get-started.png" alt-text="Screenshot of the card designer." border="false":::
46+
:::image type="content" source="media/overview/cards-designer-get-started.png" alt-text="Screenshot of the card designer." border="true":::
4747

4848
### Add data and connect to services with connectors
4949

5050
Add Power Platform connectors to work with enterprise data and invoke cloud-based functions safely and securely in your cards.
5151

5252
Each card securely handles tokens for each participant in the card transaction, enabling data-rich and powerful scenarios that respect security boundaries within an organization.
5353

54-
:::image type="content" source="media/overview/cards-add-data.png" alt-text="Screenshot of the card designer with connectors." border="false":::
54+
:::image type="content" source="media/overview/cards-add-data.png" alt-text="Screenshot of the card designer with connectors." border="true":::
5555

5656
### Build business logic with actions and calculations
5757

5858
Use Power Fx to add inline calculations and dynamic actions to cards. Create powerful actions, including data operations, and assign them to interactive UI elements in the card.
5959

60-
:::image type="content" source="media/overview/placeholder-cards-power-fx.png" alt-text="Screenshot of the card designer with Power Fx logic." border="false":::
60+
:::image type="content" source="media/overview/placeholder-cards-power-fx.png" alt-text="Screenshot of the card designer with Power Fx logic." border="true":::
6161

6262
## Post cards on Teams
6363

6464
Post cards on Teams to share them with other people by using the **Send** button in the Designer and copying the link into a Teams chat or channel.
6565

66-
:::image type="content" source="media/overview/placeholder-cards-play-page.png" alt-text="Screenshot of the card designer Play page." border="false":::
66+
:::image type="content" source="media/overview/placeholder-cards-play-page.png" alt-text="Screenshot of the card designer Play page." border="true":::
6767

6868
## Lightweight runtime
6969

0 commit comments

Comments
 (0)