You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/administrator/app-analytics.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ search.app:
19
19
# View analytics reports for your app
20
20
Have you built an app and shared it out to your organization? Are you curious how many of your colleagues are using it on a daily basis?
21
21
22
-
Introducing the first PowerApps analytics report that is now available from [web.powerapps.com](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc); the **App usage report**.
22
+
Introducing the first PowerApps analytics report that is now available from [make.powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc); the **App usage report**.
23
23
24
24
The App usage report gives you the ability to track how many users are using your app over the past 30 days broken down by day, device platform and location.
25
25
@@ -31,7 +31,7 @@ All reports are available to any user with "Can edit" permission to the app, but
31
31
## Where do I find my app's reports?
32
32
You can view your app's reports via the following steps:
33
33
34
-
1. Go to [web.powerapps.com](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
34
+
1. Go to [make.powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/entities.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ There are several ways to edit entity metadata using designers.
46
46
47
47
|Designer |Description |
48
48
|---------|---------|
49
-
|powerapps.com|The easiest and most common approach to modify the schema is to use the [powerapps.com](https://web.powerapps.com/) site to edit Common Data Service associated with an environment. Changes applied here are performed in the context of an unmanaged Common Data Service Default solution. <!-- TODO: Add link to topic that describes this -->|
50
-
|Common Data Service Default solution explorer|There is another designer available from the [powerapps.com](https://web.powerapps.com/) site when editing Common Data Service. In the lower left-hand corner, the **Advanced** button will open the solution explorer to the Common Data Service Default solution. |
49
+
|powerapps.com|The easiest and most common approach to modify the schema is to use the [powerapps.com](https://make.powerapps.com/) site to edit Common Data Service associated with an environment. Changes applied here are performed in the context of an unmanaged Common Data Service Default solution. <!-- TODO: Add link to topic that describes this -->|
50
+
|Common Data Service Default solution explorer|There is another designer available from the [powerapps.com](https://make.powerapps.com/) site when editing Common Data Service. In the lower left-hand corner, the **Advanced** button will open the solution explorer to the Common Data Service Default solution. |
51
51
|Solution explorer for your solution |If you will distribute a solution you should create any new entities, attributes, or relationships in the context of the unmanaged solution that you will use to develop your solution. <br /> More information: [Create a solution publisher and solution](introduction-solutions.md#create-a-solution-publisher-and-solution)|
52
52
|From the form editor|When editing a model-driven app form for an entity, you can click the **New Field** button in the **Field Explorer**. If you create a lookup field, you will create a new entity relationship to support it.|
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/webapi/quick-start-console-app-csharp.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,12 @@ You will authenticate and use an <xref:System.Net.Http.HttpClient> to send a `GE
152
152
```
153
153
Togetthe `url` value:
154
154
155
-
1. Fromthe [https://web.powerapps.com](https://web.powerapps.com) site with the appropriate environment selected, select **Settings**  and choose **Advanced Customizations**. Then select **Developer resources**.
155
+
1. Fromthe [https://make.powerapps.com](https://make.powerapps.com) site with the appropriate environment selected, select **Settings**  and choose **Advanced Customizations**. Then select **Developer resources**.
Itshouldlooksomethinglike `https://yourorgname.api.crm.dynamics.com/api/data/v9.1/`. But for this sample, you must trim off the final part (`/api/data/v9.1/`) so that it is just `https://yourorgname.api.crm.dynamics.com`
159
159
160
-
Forthe `userName` and `password` variables, usethesamecredentialsyouusedtologintothe [https://web.powerapps.com](https://web.powerapps.com) site.
160
+
Forthe `userName` and `password` variables, usethesamecredentialsyouusedtologintothe [https://make.powerapps.com](https://make.powerapps.com) site.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/client-scripting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Client-side scripting using JavaScript is one of the ways to apply custom busine
22
22
> [!IMPORTANT]
23
23
> All the client scripting concepts and APIs explained in this documentation also apply to Dynamics 365 Customer Engagement (on-premises) users.
24
24
25
-
Client scripting shouldn't be your first choice though for applying custom business process logic in model-driven app forms. *Business rules* provide a way for someone, who does not know JavaScript and is not a developer, to apply business process logic in a form. More information: [Create business rules to apply logic](/powerapps/maker/model-driven-apps/create-business-rules-recommendations-apply-logic-form). You will find the business rule designer within the **Common Data Service** area on [powerapps.com](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). When you view an entity, look for the **Business rules** tab.
25
+
Client scripting shouldn't be your first choice though for applying custom business process logic in model-driven app forms. *Business rules* provide a way for someone, who does not know JavaScript and is not a developer, to apply business process logic in a form. More information: [Create business rules to apply logic](/powerapps/maker/model-driven-apps/create-business-rules-recommendations-apply-logic-form). You will find the business rule designer within the **Common Data Service** area on [powerapps.com](http://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). When you view an entity, look for the **Business rules** tab.
26
26
27
27
However, if your business requirement can't be achieved using a business rule, you will find that client-scripting using the client API object model provides a powerful way to extend the behavior of the application and enable automation in the client.
1.[Sign up](../maker/signup-for-powerapps.md) for PowerApps.
4
-
1.[Sign in](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
4
+
1.[Sign in](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
5
5
1. Under **Make your own app**, hover over the **Canvas app from blank** tile, select the phone icon, and then select **Make this app**.
6
6
1. Learn how to [add and configure controls](../maker/canvas-apps/add-configure-controls.md).
* Access to [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
2
+
* Access to [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
3
3
* Add the [connection](../maker/canvas-apps/add-manage-connections.md)
4
4
* Create an app from a [template](../maker/canvas-apps/get-started-test-drive.md), from [data](../maker/canvas-apps/get-started-create-from-data.md), or from [scratch](../maker/canvas-apps/get-started-create-from-blank.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-app-solution.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To follow the steps in this topic, you must switch to an environment that contai
28
28
29
29
You can skip this procedure if you already have a solution in which you want to create an app or to which you want to link an app.
30
30
31
-
1.[Sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps, and then (if necessary) switch to the appropriate environment:
31
+
1.[Sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps, and then (if necessary) switch to the appropriate environment:
32
32
33
33
- If you want to create an app from within a solution, switch to any environment that contains a Common Data Service database.
34
34
- If you want to link an existing app to a solution, switch to the environment that contains that app.
@@ -59,7 +59,7 @@ You can skip this procedure if you already have a solution in which you want to
59
59
60
60
You can create a blank canvas app from within a solution. You can't automatically generate a three-screen app or customize a template or sample app from within a solution.
61
61
62
-
1.[Sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
62
+
1.[Sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
63
63
64
64
1. If necessary, switch to the environment that contains the solution in which you want to create a canvas app.
65
65
@@ -90,7 +90,7 @@ You can create a blank canvas app from within a solution. You can't automaticall
90
90
91
91
If you want to link an app to a solution, both must be in the same environment, and the app must have been created from within a solution.
92
92
93
-
1.[Sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
93
+
1.[Sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to PowerApps.
94
94
95
95
1. If necessary, switch to the environment that contains the solution to which you want to link an app.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-configure-controls.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Add a variety of UI elements to your canvas app, and configure aspects of their
20
20
21
21
## Prerequisites
22
22
23
-
1. If you don't already have a PowerApps license, [sign up](../signup-for-powerapps.md), and then [sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
23
+
1. If you don't already have a PowerApps license, [sign up](../signup-for-powerapps.md), and then [sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
24
24
1. Under **Make your own app**, hover over **Canvas app from blank**, and then select **Make this app**.
25
25
1. If you're prompted to take the intro tour, select **Next** to get familiar with key areas of the PowerApps interface (or select **Skip**).
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-data-connection.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Your [next step](#next-steps) after this article is to display and manage data f
27
27
28
28
## Prerequisites
29
29
30
-
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) by providing the same credentials that you used to sign up.
30
+
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](http://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) by providing the same credentials that you used to sign up.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-images-pictures-audio-video.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This topic shows you how to embed multimedia files in your canvas app, upload pe
20
20
21
21
## Prerequisites
22
22
23
-
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
23
+
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-manage-connections.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ search.app:
15
15
- PowerApps
16
16
---
17
17
# Manage canvas-app connections in PowerApps
18
-
In [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), create a connection to one or more data sources, delete a connection, or update its credentials.
18
+
In [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), create a connection to one or more data sources, delete a connection, or update its credentials.
19
19
20
20
Your canvas app's data connection can connect to SharePoint, SQL Server, Office 365, OneDrive for Business, Salesforce, Excel, and many other [data sources](connections-list.md).
21
21
@@ -30,7 +30,7 @@ Your next step after this article is to display and manage data from the data so
30
30
31
31
## Prerequisites
32
32
1.[Sign up](../signup-for-powerapps.md) for PowerApps.
33
-
2. Sign in to [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
33
+
2. Sign in to [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) using the same credentials that you used to sign up.
34
34
35
35
## Background on data connections
36
36
Most PowerApps apps use external information called **Data Sources** that is stored in cloud services. A common example is a table in an Excel file stored in OneDrive for Business. Apps are able to access these data sources by using **Connections**.
@@ -41,17 +41,17 @@ There are other kinds of data sources that are not tables, such as email, calend
41
41
42
42
Using the **[Gallery](controls/control-gallery.md)**, **[Display form](controls/control-form-detail.md)**, and **[Edit form](controls/control-form-detail.md)** controls, it is easy to create an app that reads and writes data from a data source. To get started, read the article [Understand data forms](working-with-forms.md).
43
43
44
-
In addition to creating and managing connections in [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), you also create connections when you do these tasks:
44
+
In addition to creating and managing connections in [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), you also create connections when you do these tasks:
45
45
46
46
* Automatically generate an [app from data](app-from-sharepoint.md), such as a custom SharePoint list.
47
47
* Update an existing app, or create one from scratch as [add a connection](add-data-connection.md) describes.
48
48
* Open an app that another user created and [shared with you](share-app.md).
49
49
50
50
> [!NOTE]
51
-
> If you want to use PowerApps Studio instead, open the **File** menu, and then click or tap **Connections**, [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) opens so that you can create and manage connections there.
51
+
> If you want to use PowerApps Studio instead, open the **File** menu, and then click or tap **Connections**, [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) opens so that you can create and manage connections there.
52
52
53
53
## Create a new connection
54
-
1. If you have not already done so, log in to [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
54
+
1. If you have not already done so, log in to [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
55
55
2. In the left navigation bar, click or tap **Connections**.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-notifications.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ In an app for which you have the **Contributor** permission, add a PowerApps Not
54
54
## Send a notification from an app
55
55
You can send a push notification from one app to another or to the same app.
56
56
57
-
1. In [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
57
+
1. In [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
58
58
2. On the **Details** tab, copy the **App ID** of that app.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/cognitive-services-api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Now that you have the Text Analytics API up and running, you connect to it from
65
65
### Create the app and add a connection
66
66
First, you create a blank phone app and add a connection with the **Text Analytics** connector. If you need more information about these tasks, see [Create an app from scratch](get-started-create-from-blank.md) and [Manage your connections in PowerApps](add-manage-connections.md).
67
67
68
-
1. In [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), choose **Start from blank** >  (phone) > **Make this app**.
68
+
1. In [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), choose **Start from blank** >  (phone) > **Make this app**.
69
69
70
70

0 commit comments