Skip to content

Commit 0c816db

Browse files
authored
Merge pull request #3933 from MicrosoftDocs/2129156
Multiple issue fixes - 2129156
2 parents c139ecf + f153aa4 commit 0c816db

File tree

8 files changed

+17
-25
lines changed

8 files changed

+17
-25
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-azure-sqldatabase.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
9-
ms.date: 07/12/2016
9+
ms.date: 12/18/2020
1010
ms.author: lanced
1111
ms.reviewer: tapanm
1212
search.audienceType:
@@ -31,9 +31,6 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
3131

3232
If you don't have this information, ask the administrator of the database that you want to use.
3333
* For an on-premises database, identify a [data gateway](../gateway-management.md) that was shared with you (or create one).
34-
35-
> [!NOTE]
36-
> Gateways and on-premises connections can only be created and used in the user's [default environment](../working-with-environments.md).
3734

3835
## Generate an app automatically
3936
1. In Power Apps Studio, click or tap **New** on the **File** menu (along the left edge).
@@ -48,7 +45,7 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
4845

4946
* Specify **Connect directly (cloud services)**, and then type or paste the server name, the database name, the user name, and the password for the database that you want to use.
5047

51-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-azure.png)
48+
![Server details](./media/connection-azure-sqldatabase/connect-azure.png "Server details")
5249
* Specify **Connect using on-premises data gateway**, type or paste the server name, the database name, the user name, and the password for the database that you want to use, and specify the authentication type and the gateway.
5350

5451
![Connect to an on-premises database](./media/connection-azure-sqldatabase/connect-onprem.png)
@@ -71,10 +68,10 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
7168

7269
* Specify **Connect directly (cloud services)**, and then type or paste the server name, the database name, the user name, and the password for the database that you want to use.
7370

74-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-azure-portal.png)
71+
![Connect directly (cloud services)](./media/connection-azure-sqldatabase/connect-azure-portal.png "Connect directly (cloud services)")
7572
* Specify **Connect using on-premises data gateway**, type or paste the server name, the database name, the user name, and the password for the database that you want to use, and specify the authentication type and the gateway.
7673

77-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-onprem-portal.png)
74+
![Connect using on-premises data gateway](./media/connection-azure-sqldatabase/connect-onprem-portal.png "Connect using on-premises data gateway")
7875

7976
> [!NOTE]
8077
> If you don't have a gateway, [install one](../gateway-reference.md), and then click or tap the clockwise icon to refresh the list.
@@ -92,7 +89,7 @@ Connect to SQL Server, in either Azure or an on-premises database, so that you c
9289

9390
* Specify **Connect directly (cloud services)**, and then type or paste the server name, the database name, the user name, and the password for the database that you want to use.
9491

95-
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-azure-fromblank.png)
92+
![Connect to a database in Azure - cloud services](./media/connection-azure-sqldatabase/connect-azure-fromblank.png "Connect to a database in Azure - cloud services")
9693
* Specify **Connect using on-premises data gateway**, type or paste the server name, the database name, the user name, and the password for the database that you want to use, and specify the authentication type and the gateway.
9794

9895
![Connect to a database in Azure](./media/connection-azure-sqldatabase/connect-onprem-fromblank.png)

powerapps-docs/maker/canvas-apps/connections/connection-microsoft-translator.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Add the Microsoft Translator connector to display translated text in a **Label**
2121

2222
This topic shows you how to create the Microsoft Translator connection, use the Microsoft Translator connection in an app, and lists the available functions.
2323

24-
> [!NOTE]
25-
> This connector is limited to 150 calls per user per day.
26-
2724
[!INCLUDE [connection-requirements](../../../includes/connection-requirements.md)]
2825

2926
## Connect to Microsoft Translator
@@ -33,12 +30,12 @@ This topic shows you how to create the Microsoft Translator connection, use the
3330
2. In the right-hand pane, click or tap **Data** tab, and then click or tap **Add data source**.
3431
3. Select **New connection**, and then select **Microsoft Translator**:
3532

36-
![Connect to Microsoft Translator](./media/connection-microsoft-translator/addconnection.png)
33+
![Add connection](./media/connection-microsoft-translator/addconnection.png "Add connection")
3734

3835
![Connect to Microsoft Translator](./media/connection-microsoft-translator/add-translator.png)
3936
4. Select **Connect**. Your connection appears under **Data sources**:
4037

41-
![Connect to Microsoft Translator](./media/connection-microsoft-translator/translatordatasource.png)
38+
![Connect](./media/connection-microsoft-translator/translatordatasource.png "Connect")
4239

4340
## Use the Microsoft Translator connection in your app
4441
### Translate text
@@ -66,7 +63,7 @@ If you haven't already, follow the steps in the previous section to translate so
6663
3. Add an **Audio** control (**Insert** menu > **Media**), and set its **Media** property to the following formula:
6764

6865
`MicrosoftTranslator.TextToSpeech(Target.Text, TargetLang.Selected.Value)`
69-
4. Press F5, or select the Preview button (![](./media/connection-microsoft-translator/preview.png)). Type some text into **Source**, select a language in **TargetLang**, and then select the play button in the audio control.
66+
4. Press F5, or select the Preview button (![Preview icon](./media/connection-microsoft-translator/preview.png)). Type some text into **Source**, select a language in **TargetLang**, and then select the play button in the audio control.
7067

7168
The app plays an audio version of the text that you entered in the language you chose.
7269
5. Press Esc to return to the default workspace.

powerapps-docs/maker/canvas-apps/connections/connection-office365-users.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The Office 365 Users connection has been created and added to your app. Now, it'
5757
`Office365Users.MyProfile().TelephoneNumber`
5858
`Office365Users.MyProfile().UserPrincipalName`
5959
`Office365Users.MyProfile().AccountEnabled`
60-
`Office365Users.MyProfile().BusinessPhones`
6160

6261
The label shows the information that you entered about the current user.
6362

@@ -139,7 +138,7 @@ If you create a contact and select that contact in the browse screen of the app,
139138
1. Add a **Text input** control (**Insert** menu > **Text**), and rename it **SearchTerm**. Enter a name to search. For example, enter your first name.
140139
2. Add a **With text** gallery (**Insert** menu > **Gallery**), and set its **[Items](../controls/properties-core.md)** property to the following formula:
141140

142-
`Office365Users.SearchUser({searchTerm: SearchTerm.Text})`
141+
`Office365Users.SearchUserV2({searchTerm: SearchTerm.Text})`
143142

144143
The gallery shows users whose name contains the search text you entered.
145144

powerapps-docs/maker/canvas-apps/delegation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Marching dots appear momentarily near the top of the screen as the app communica
145145

146146
![Search text-input control](./media/delegation-overview/products-apple.png)
147147

148-
The search results include **"Apples"**, **"Crab apples"**, and **"Pineapple"** because the **Search** function looks everywhere in a text column. If you wanted to find only records that contain the search team at the start of the fruit's name, you can use another delegable function, **Filter**, with a more complicated search term. (For simplicity, remove the **SortByColumns** call.)
148+
The search results include **"Apples"**, **"Crab apples"**, and **"Pineapple"** because the **Search** function looks everywhere in a text column. If you wanted to find only records that contain the search term at the start of the fruit's name, you can use another delegable function, **Filter**, with a more complicated search term. (For simplicity, remove the **SortByColumns** call.)
149149

150150
![Remove SortByColumns call](./media/delegation-overview/products-apple-delegationwarning.png)
151151

powerapps-docs/maker/canvas-apps/gateway-management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ You can connect to on-premises data over the [connectors](https://docs.microsoft
2626
* The user name and password that you used to [sign up](../signup-for-powerapps.md) for Power Apps.
2727
* Administrative permissions on a gateway. (You have these permissions by default for each gateway that you install, and an administrator of another gateway can grant you these permissions for that gateway.)
2828
* A license that supports accessing on-premises data using an on-premises gateway. For more information, see the [pricing page](https://powerapps.microsoft.com/pricing/).
29-
* Gateways and on-premises connections can only be created and used in the user's [default environment](working-with-environments.md).
3029

3130
## Install a gateway
3231

powerapps-docs/maker/canvas-apps/show-text-dates-times.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer:
10-
ms.date: 10/16/2016
10+
ms.date: 12/18/2020
1111
ms.author: tapanm
1212
search.audienceType:
1313
- maker
@@ -86,7 +86,7 @@ Convert dates and times from strings of text to values, which you can format in
8686
3. Change the **[Text](controls/properties-core.md)** property of **ShowDate** to this formula:
8787
<br>**DateTimeValue(ArrivalDateTime.Text, "fr")**
8888

89-
![Show a date/time value in French format](./media/show-text-dates-times/date-value-fr.png)
89+
![Change ShowDate](./media/show-text-dates-times/date-value-fr.png "Change ShowDate")
9090

9191
**ShowDate** shows the day before the month, as a French user would expect.
9292

@@ -99,7 +99,7 @@ Convert dates and times from strings of text to values, which you can format in
9999
4. To use one of several built-in formats, change the **[Text](controls/properties-core.md)** property of **ShowDate** to this formula:
100100
<br>**Text(DateTimeValue(ArrivalDateTime.Text), DateTimeFormat.LongDateTime)**
101101

102-
![Show a date/time value in French format](./media/show-text-dates-times/long-date-time.png)
102+
![Use built-in formulas](./media/show-text-dates-times/long-date-time.png "Use built-in formulas")
103103

104104
**ShowDate** shows the day of the week, the date, and the time.
105105

@@ -110,7 +110,7 @@ Convert dates and times from strings of text to values, which you can format in
110110
5. To use a custom format, change the **[Text](controls/properties-core.md)** property of **ShowDate** to this formula:
111111
<br>**Text(DateTimeValue(ArrivalDateTime.Text), "mm/dd/yyyy hh:mm:ss.fff AM/PM")**
112112

113-
![Show a date/time value in French format](./media/show-text-dates-times/format-milliseconds.png)
113+
![Use custom format](./media/show-text-dates-times/format-milliseconds.png "Use custom format")
114114

115115
**ShowDate** shows the date/time value in the format that you specified, including milliseconds.
116116

@@ -213,7 +213,7 @@ Convert dates and times from strings of text to values, which you can format in
213213
<br>**Table({Day:"1"}, {Day:"2"}, {Day:"3"}, {Day:"4"}, {Day:"5"}, {Day:"6"}, {Day:"7"}, {Day:"8"}, {Day:"9"}, {Day:"10"}, {Day:"11"}, {Day:"12"}, {Day:"13"}, {Day:"14"}, {Day:"15"}, {Day:"16"}, {Day:"17"}, {Day:"18"}, {Day:"19"}, {Day:"20"}, {Day:"21"}, {Day:"22"}, {Day:"23"}, {Day:"24"}, {Day:"25"}, {Day:"26"}, {Day:"27"}, {Day:"28"}, {Day:"29"}, {Day:"30"}, {Day:"31"})**
214214

215215
5. Add a **[Label](controls/control-text-box.md)** control, and set its **[Text](controls/properties-core.md)** property to this formula:
216-
<br>**Text(Date(Value(Year.Selected.Value), Value(Month.Selected.Value), Value(Day.Selected.Value)), DateTimeFormat.LongDate)**
216+
<br>**Text(Date(Value(Year.SelectedText.Value), Value(Month.SelectedText.Value), Value(Day.SelectedText.Value)), DateTimeFormat.LongDate)**
217217

218218
**Wednesday, January 1, 2014** is listed by default. Select different values in the **[Drop down](controls/control-drop-down.md)** controls to change the date in the **[Label](controls/control-text-box.md)** control.
219219

powerapps-docs/maker/portals/liquid/liquid-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ You can tell the engine to strip all leading or trailing white space by adding a
2727
**Code**
2828

2929
```
30-
{% for i in (1..5) --%}
30+
{% for i in (1..5) -%}
3131
3232
{{ i }}
3333
34-
{%-- endfor %}
34+
{%- endfor %}
3535
```
3636

3737
**Output**

0 commit comments

Comments
 (0)