Skip to content

Commit ecc6540

Browse files
committed
Merge branch 'emgrol/buttons-variables' of https://github.com/MicrosoftDocs/powerapps-docs-pr into emgrol/buttons-variables
2 parents 142146f + 6259565 commit ecc6540

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Buttons can do one of four things:
3434
1. Select **+ Insert** on the left. Then select **Button** to add a button to your card.
3535

3636
:::image type="content" source="../../media/use-buttons/add-button.png" alt-text="Screenshot of Button in Insert menu":::
37-
1. Now that the button is on your card you can edit its properties. At a minimum select your button **Type** and add a button **Title** to display on the card, shown below.
37+
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.
3838

3939
:::image type="content" source="../../media/use-buttons/button-title.png" alt-text="Screenshot of button title change":::
4040

@@ -59,7 +59,7 @@ When you test the button, the actions expressed by the Power Fx formula should h
5959

6060
The **Show Screen** button lets users select a button and then display a screen. For more information about screens, see the [screens](../screens/use-screens.md) article.
6161

62-
Set the **Type** to **Show Screen** and then select a **Screen** to switch to. If you don't have any screens, only *main** will appear in the list. When the user selects the button, the new screen will appear under the card.
62+
Set the **Type** to **Show Screen** and then select a **Screen** to switch to. If you don't have any screens, only **main** will appear in the list. When the user selects the button, the new screen will appear under the card.
6363

6464
#### Open Url
6565

@@ -71,5 +71,5 @@ Set the **Type** to **Open Url** and then enter a **Url**. When the user selects
7171

7272
The **Toggle Visibility** button shows or hides other controls in the card.
7373

74-
Set the **Type** to **Toggle Visibility**. Then select the **Target Elements** pane and select **+ Add new**. Enter the **ElementID** and toggle the **Visibility** to toggle, visible, or invisible. Add as many elements as you want to toggle the visibility of.
74+
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.
7575

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ To add variables in cards, do the following.
3636
1. The **New variable** window will appear. Set the following values:
3737
- **Name**: the name of your variable.
3838
- **Type**: the type of variable.
39-
- **Default value**: the default value of the variable regardless of input
40-
- **Value Persistance**: whether the variable is temporary (resets every time the card's opened) or Permanent.
39+
- **Default value**: the default value of the variable, prior to input.
40+
- **Value Persistance**: whether the variable is temporary (resets every time the card's opened) or permanent.
4141

4242
You can also customize sender options, as well as the **Title** and **Description** of the variable. These may be helpful for testing and debugging.
4343
1. After you've entered everything select **Save**. The new variable will appear in the **Variables** list and can be used anywhere in your card.
@@ -49,7 +49,7 @@ If you want to to edit or delete a variable, select the three dots next to the v
4949
:::image type="content" source="../../media/variables/edit-delete-variable.png" alt-text="Screenshot of the Edit and Delete variable button":::
5050

5151
>[!NOTE]
52-
> The variable **Name** and **Type** cannot be edited. If you need to change these values, create a new variable.
52+
> After creation, the variable **Name** and **Type** cannot be edited. If you need to change these values, create a new variable.
5353
5454
## Use variables in cards
5555

0 commit comments

Comments
 (0)