Skip to content

Commit dda407b

Browse files
authored
Live publish
2 parents 70c47e9 + 4449944 commit dda407b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

powerapps-docs/maker/canvas-apps/connections/azure-devops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contributors:
1919

2020
# Connect to Azure DevOps from Power Apps
2121

22-
Power Apps connector for [Azure DevOps](/connectors/visualstudioteamservices/) allows you to work with Azure DevOps instance. You can work view Azure DevOps queries, choose work items based on different work item types, view or edit details all from inside a canvas app that connects to Azure DevOps.
22+
Power Apps connector for [Azure DevOps](/connectors/visualstudioteamservices/) allows you to work with Azure DevOps instance. You can view Azure DevOps queries, choose work items based on different work item types, view or edit details all from inside a canvas app that connects to Azure DevOps.
2323

2424
> [!TIP]
2525
> For a complete list of all actions, see [Azure DevOps connector actions](/connectors/visualstudioteamservices/#actions).
@@ -111,7 +111,7 @@ For this purpose, we'll use the [UpdateWorkItem](/connectors/visualstudioteamser
111111
112112
1. Set the **DataSource** property of the edit form to `Gallery2.AllItems`.
113113
114-
This formula sets the **DataSource** property to all items from gallery configured [earlier](#step-3-list-work-items) to list all work items.
114+
This formula sets the **DataSource** property to all items from the gallery configured [earlier](#step-3-list-work-items) to list all work items.
115115
116116
1. Set the **Item** property of the edit form to `Gallery2.Selected`.
117117
@@ -177,9 +177,9 @@ For this purpose, we'll use the [UpdateWorkItem](/connectors/visualstudioteamser
177177
178178
1. [Save and publish](../save-publish-app.md) the app.
179179
180-
## Next steps"
180+
## Next steps
181181
182-
Play the app. Select a query from the list of queries. And then, choose a work item that you want to update the title or description of. Make a change, and then select the save button. The changes are saved to Azure DevOps work item. Switch to another query and switch back to see the changes show inside the app.
182+
Play the app. Select a query from the list of queries. And then, choose a work item that you want to update the title or description of. Make a change, and then select the save button. The changes are saved to the Azure DevOps work item. Switch to another query and switch back to see the changes show inside the app.
183183
184184
Similarly, customize the app further or create an app with additional data cards on forms. You can also use display form instead of edit form to just show data inside different data cards. When using display form, ensure you use the [Text label](../controls/control-text-box.md) control to display text. When using rich text or HTML format (such as the **Description** field in Azure DevOps), use the [HTML text](../controls/control-html-text.md) control. For more information about customizing that app, see [controls](../add-configure-controls.md), [gallery](../add-gallery.md), [forms](../working-with-forms.md), and [cards](../working-with-cards.md).
185185

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Let's configure the app with controls and logic to allow upload of files to the
198198
199199
## Download files from Azure Blob Storage
200200
201-
So far you've added the ability to view containers, files from the selected container, and the option to upload file to the storage. Now, let's understand how to work with the download capability with the connected storage.
201+
So far you've added the ability to view containers, files from the selected container, and the option to upload files to the storage. Now, let's understand how to work with the download capability with the connected storage.
202202
203203
1. Select the first row in the gallery with the list of files from a container.
204204
@@ -207,7 +207,7 @@ So far you've added the ability to view containers, files from the selected cont
207207
1. Select **Insert** -> **Icons** -> **Download**.
208208
This adds the download icon for all rows in the gallery.
209209
210-
1. Move the first download icon towards the right side inside the gallery on the app screen. This also moves rest of the icons for next rows in gallery.
210+
1. Move the first download icon towards the right side inside the gallery on the app screen. This also moves the rest of the icons for the next rows in the gallery.
211211
212212
![Move first row in the file list gallery.](./media/connection-azure-blob-storage/move-download-icon.png "Move first row in the file list gallery")
213213
@@ -255,9 +255,9 @@ Similarly, you can use different file extension types, or media types to additio
255255

256256
The Azure Blob Storage connection doesn't refresh data inside the galleries automatically when the data is updated. If you have more than one container, you can select the other container and then, select the previously selected container back to refresh the connected gallery to display the changes.
257257

258-
Another method that can be considered is to use collection for the first gallery, and then, use the function [ClearCollect](../functions/function-clear-collect-clearcollect.md) to refresh the collection.
258+
Another method that can be considered is to use a collection for the first gallery, and then, use the function [ClearCollect](../functions/function-clear-collect-clearcollect.md) to refresh the collection.
259259

260-
For example, the following formulas allow you to update the collection for the top containers list in the first gallery, and update the second gallery when upload button is selected, or when the screen appears (OnVisible screen property).
260+
For example, the following formulas allow you to update the collection for the top containers list in the first gallery, and update the second gallery when the upload button is selected, or when the screen appears (OnVisible screen property).
261261

262262
1. Set the **Items** property of the first gallery for the list of containers to "TopLevelList".
263263

powerapps-docs/maker/canvas-apps/connections/connection-common-data-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can securely store your business data in Dataverse and build rich apps in Po
2626

2727
By default, the app connects to the current environment for Dataverse tables. If your app moves to another environment, the connector connects to data in the new environment. This behavior works well for an app using a single environment or an app that follows an ALM process for moving from Development to Test to Production.
2828

29-
When you add a data from Dataverse, you can change the environment and then select one or more tables. By default, the app connects to data in the current environment.
29+
When you add data from Dataverse, you can change the environment and then select one or more tables. By default, the app connects to data in the current environment.
3030

3131
![Default environment.](media/connection-common-data-service/common-data-service-connection-change-environment.png)
3232

@@ -94,4 +94,4 @@ you're using, enable this connector with either the **Preview** switch titled **
9494
If you created a canvas app with a Microsoft Dataverse connector prior to November 2019, then you might not have the benefit of the most current version of the Dataverse. Read [Dataverse connection improvements](../use-native-cds-connector.md) for more details and to upgrade your connection.
9595

9696

97-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
97+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/maker/canvas-apps/data-platform-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To follow this quickstart, you must be assigned to the [Environment Maker](/powe
4040

4141
:::image type="content" source="media/data-platform-create-app/start-from-data.png" alt-text="Start from Dataverse.":::
4242

43-
1. If this is you first time, you're prompted to create a connection to Dataverse. Select **Create** this connection.
43+
1. If this is your first time, you're prompted to create a connection to Dataverse. Select **Create** this connection.
4444

4545
1. Under **Choose a table**, select your table (such as **Accounts** for this example), and then select **Connect**.
4646

0 commit comments

Comments
 (0)