Skip to content

Commit cf5e69c

Browse files
authored
Live publish
2 parents d3e4623 + 91f62fc commit cf5e69c

File tree

4 files changed

+12
-21
lines changed

4 files changed

+12
-21
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-twitter.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 07/12/2017
10+
ms.date: 07/28/2020
1111
ms.author: lanced
1212
search.audienceType:
1313
- maker
@@ -165,8 +165,9 @@ Or, you can use an input text control to type in a Twitter handle, just as we ha
165165
### Send a tweet
166166
1. Add a text input control, and then rename it **MyTweet**.
167167
2. Add a button, and then set its **[OnSelect](../controls/properties-core.md)** property to the following formula:
168-
`Twitter.Tweet({tweetText: MyTweet.Text})`
169-
3. Press F5, or select the Preview button (![](./media/connection-twitter/preview.png)). Type some text into **MyTweet**, and then select the button to tweet the text that you entered.
168+
`Twitter.Tweet("",{tweetText: MyTweet.Text})`
169+
<br> Example: `Twitter.Tweet("",{tweetText:"Sample tweet!"})`
170+
3. Press F5, or select the Preview button (![Preview button](./media/connection-twitter/preview.png)). Type some text into **MyTweet**, and then select the button to tweet the text that you entered.
170171
4. Press Esc to return to the default workspace.
171172

172173
## View the available functions

powerapps-docs/maker/canvas-apps/limits-and-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Requests from Power Apps use IP addresses that depend on the region of the [envi
6262

6363
Calls made from an API connected through an app (for example, the SQL API or the SharePoint API) come from the IP address specified later in this topic.
6464

65-
You should use these addresses if, for example, you must whitelist IP addresses for an Azure SQL database.
65+
You should use these addresses if, for example, you must allow IP addresses for an Azure SQL database.
6666

6767
> [!IMPORTANT]
6868
> If you have existing configurations, please update them as soon as possible before September 30, 2018 so they include and match the IP addresses in this list for the regions where your Power Apps apps exist.

powerapps-docs/maker/canvas-apps/set-aspect-ratio-portrait-landscape.md

Lines changed: 6 additions & 1 deletion
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: tapanm
10-
ms.date: 04/30/2020
10+
ms.date: 07/28/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -70,6 +70,11 @@ Customize a canvas app by changing its screen size and orientation.
7070

7171
![Embedding experience](./media/set-aspect-ratio-portrait-landscape/embedding-experience.png "Embedding experience")
7272

73+
1. Select **Apply** to save the changes.
74+
75+
> [!IMPORTANT]
76+
> Ensure you select **Apply** to reflect the screen size and orientation changes to your app.
77+
7378
1. [Save and publish](save-publish-app.md) your app.
7479

7580
## Next step

powerapps-docs/maker/portals/web-api-perform-operations.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 07/16/2020
8+
ms.date: 07/28/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -206,21 +206,6 @@ For example, the following request body posted to the Account entity set will cr
206206
</tr>
207207
</table>
208208

209-
### Change the reference in a single-valued navigation property
210-
211-
<table style="text-align:left">
212-
<tr>
213-
<th>Operation</th>
214-
<th>Method</th>
215-
<th>URI</th>
216-
</tr>
217-
<tr>
218-
<td>Change the reference in a single-valued navigation property</td>
219-
<td>PUT</td>
220-
<td><i>[Portal URI]/_api/opportunities(00000000-0000-0000-0000-000000000001)/customerid_account/$ref </i></td>
221-
</tr>
222-
</table>
223-
224209
### Remove a reference to an entity for a single-valued navigation property
225210
For a single-valued navigation property, remove the $id query string parameter.
226211
<table style="text-align:left">

0 commit comments

Comments
 (0)