Skip to content

Commit 6e61bf8

Browse files
authored
Merge pull request #10179 from MicrosoftDocs/adrianorth-patch-4
Update channel-change.md
2 parents ac187c0 + 5efa003 commit 6e61bf8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

powerapps-docs/maker/model-driven-apps/channel-change.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: powerapps
66
ms.subservice: mda-maker
77
ms.author: aorth
88
ms.reviewer: matp
9-
ms.date: 04/03/2024
9+
ms.date: 05/29/2024
1010
ms.topic: how-to
1111
applies_to:
1212
- "powerapps"
@@ -23,13 +23,13 @@ The release channel affects the features that impact users. When the monthly cha
2323

2424
The release channel for model-driven apps can be changed in two primary ways.
2525

26-
- App channel (starting with build 23111)
26+
- App channel
2727
- Environment channel
2828

2929
In addition, the release channel can be overridden with either of these options.
3030

31-
- [User channel override](/power-platform/admin/user-channel-override) (starting with build 23111)
32-
- Browser session channel
31+
- [User channel override](/power-platform/admin/user-channel-override)
32+
- [Browser session channel override](#changing-the-browser-session-channel)
3333

3434
> [!NOTE]
3535
> When the release channel is changed on the environment level, a user must refresh the browser tab twice to update the release channel information. The first refresh triggers a background update of feature configuration to a local cache. The second refresh uses the feature configuration local cache.
@@ -38,6 +38,12 @@ In addition, the release channel can be overridden with either of these options.
3838

3939
The environment channel can be set using the Power Platform admin center or with code.
4040

41+
| Environment release channel | Environment setting value | Behavior |
42+
|--|--|--|
43+
| Auto | 0 | Environment default value is currently **Semi-annual**, but will change to **Monthly** with 2024 release wave 2. |
44+
| Monthly | 1 | Environment explicitly set to **Monthly Channel**. |
45+
| Semi-annual | 3 | Environment explicitly set to **Semi-Annual Channel**. |
46+
4147
Power Platform admins can change the release channel using the environment's behavior settings. More information: [Manage behavior settings](/power-platform/admin/settings-behavior).
4248

4349
Developers can change the environment channel by updating the [ReleaseChannel](/power-apps/developer/data-platform/reference/entities/organization#BKMK_ReleaseChannel) column value for the row in the [Organization](/power-apps/developer/data-platform/reference/entities/organization) table. There's always a single row in the organization table.
@@ -52,7 +58,7 @@ The app channel can be used to override the release channel for a model-driven a
5258

5359
| App release channel | App setting value | Behavior |
5460
|--|--|--|
55-
| Auto | 0 | App default value is **Semi-annual**, but will later change to **Monthly** in a future release wave. |
61+
| Auto | 0 | App default value is **Semi-annual** for Dynamics 365 orgs and **Monthly** for Power Apps orgs. With 2024 release wave 2 the default will change to **Monthly**. |
5662
| Monthly | 1 | App explicitly set to **Monthly Channel**. |
5763
| Semi-annual | 3 | App explicitly set to **Semi-Annual Channel**. |
5864

@@ -104,6 +110,8 @@ A maker can use the **Solutions** area to explicitly set the release channel for
104110

105111
As part of the gradual migration to default all apps to use monthly channel, newly created model-driven apps will gradually start seeing the app channel defaulted. Admins or makers can control the release channel default for new apps using an app setting. The app setting **Allow new app channel default** defaults to **Yes**, which means a newly created app is set to **Monthly**.
106112

113+
To override this behavior, change the app setting to **No** in the environment or apply to multiple environments by including in a solution that is imported into the environments.
114+
107115
### Prevent new app default to monthly channel
108116

109117
The new app default can be prevented by switching **Allow new app channel default** to **No**. This causes the new app to be created with release channel **Auto** value.

0 commit comments

Comments
 (0)