Skip to content

Commit d8e9672

Browse files
committed
Resolving build warnings and suggestions
1 parent ad07425 commit d8e9672

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

powerapps-docs/maker/common-data-service/EnvironmentVariables.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ Environment variables can be created and managed through the modern solution int
5151
> ![New environment variable](media/new-environment-variable.png)
5252
5353
>[!NOTE]
54-
> A value can't exist without a definition. The interface only allows creation of one value per definition.
54+
> A value can't exist without a definition. The interface only allows creation of one value per definition.
5555
5656
## Enter new values while importing solutions
57-
The modern solution import interface includes the ability to enter values for environment variables. This sets the value property on the environmentvariablevalue entity.
58-
You will not be prompted if the environment variables already have either a default value or value present – whether values are part of your solution or are already present in Common Data Service.
57+
58+
The modern solution import interface includes the ability to enter values for environment variables. This sets the value property on the `environmentvariablevalue` entity.
59+
60+
You will not be prompted if the environment variables already have either a default value or value present; whether values are part of your solution or are already present in Common Data Service.
5961
>[!NOTE]
60-
> You may remove the value from your solution before exporting the solution. This ensures the existing value will remain in your development environment, but not get exported in the solution. This approach allows a new value to be set while importing the solution into other environments.
62+
> You may remove the value from your solution before exporting the solution. This ensures the existing value will remain in your development environment, but not get exported in the solution. This approach allows a new value to be set while importing the solution into other environments.
6163
6264
## Notifications
6365
A notification is displayed when the environment variables do not have any values. This is a reminder to set the values so that components dependent on variables do not fail. It also allows partners to ship variables without values and the customer is prompted to input the values.

powerapps-docs/maker/common-data-service/create-connection-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A connection reference is a solution component that contains information about a
2626

2727
> [!NOTE]
2828
>
29-
> - Canvas apps and flows handle connections differently. Flows use connection references for all connectors, whereas canvas apps only use them for implicitly shared connections, such as SQL Server. More information: [Security and types of authentication](../canvas-apps/connections-list#security-and-types-of-authentication)
29+
> - Canvas apps and flows handle connections differently. Flows use connection references for all connectors, whereas canvas apps only use them for implicitly shared connections, such as SQL Server. More information: [Security and types of authentication](../canvas-apps/connections-list.md#security-and-types-of-authentication)
3030
> - A connection reference is automatically created when you create new connections from the flow and canvas app designers.
3131
3232
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and on the left pane select **Solutions**.

0 commit comments

Comments
 (0)