From caf68fb93153ef43108f9f2bfe5ae10b3f341a0c Mon Sep 17 00:00:00 2001 From: Liz Kane <68755692+lizkane222@users.noreply.github.com> Date: Fri, 26 May 2023 17:14:18 -0700 Subject: [PATCH 1/3] Update actions.md Added line actions disabled by default Actions are disabled by default and need to be enabled to begin sending data --- src/connections/destinations/actions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connections/destinations/actions.md b/src/connections/destinations/actions.md index b77f0a9ef3..d23b9e11be 100644 --- a/src/connections/destinations/actions.md +++ b/src/connections/destinations/actions.md @@ -89,6 +89,8 @@ From the edit screen you can change the action's name and mapping, and toggle it ![Screenshot of the Mappings table with several enabled mappings](images/actions-list.png) +Once an Action is created, it's disabled by default, to ensure that it's only used once fully configured. To begin sending data through an Action, enable it on the Actions page by flipping the toggle so that it appears blue. + ## Disable a destination action If you find that you need to stop an action from running, but don't want to delete it completely, you can click the action to select it, then click the toggle next to the action's name to disable it. This takes effect within minutes, and disables the action until you reenable it. From 0d7cc9831de3519839ba6e2cb9997a6c95c56956 Mon Sep 17 00:00:00 2001 From: Casie Oxford Date: Thu, 25 Jan 2024 09:17:37 -0600 Subject: [PATCH 2/3] Update src/connections/destinations/actions.md --- src/connections/destinations/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/actions.md b/src/connections/destinations/actions.md index d23b9e11be..6ce7cd2585 100644 --- a/src/connections/destinations/actions.md +++ b/src/connections/destinations/actions.md @@ -89,7 +89,7 @@ From the edit screen you can change the action's name and mapping, and toggle it ![Screenshot of the Mappings table with several enabled mappings](images/actions-list.png) -Once an Action is created, it's disabled by default, to ensure that it's only used once fully configured. To begin sending data through an Action, enable it on the Actions page by flipping the toggle so that it appears blue. +Once an Action is created, it's disabled by default, to ensure that it's only used after being fully configured. To begin sending data through an Action, enable it on the Actions page by selecting the toggle so that it appears blue. ## Disable a destination action If you find that you need to stop an action from running, but don't want to delete it completely, you can click the action to select it, then click the toggle next to the action's name to disable it. This takes effect within minutes, and disables the action until you reenable it. From 0dc233ac8592523601834768c0165717e37dfd32 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:25:38 -0600 Subject: [PATCH 3/3] Update src/connections/destinations/actions.md Co-authored-by: Casie Oxford --- src/connections/destinations/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/actions.md b/src/connections/destinations/actions.md index 6ce7cd2585..b048640639 100644 --- a/src/connections/destinations/actions.md +++ b/src/connections/destinations/actions.md @@ -89,7 +89,7 @@ From the edit screen you can change the action's name and mapping, and toggle it ![Screenshot of the Mappings table with several enabled mappings](images/actions-list.png) -Once an Action is created, it's disabled by default, to ensure that it's only used after being fully configured. To begin sending data through an Action, enable it on the Actions page by selecting the toggle so that it appears blue. +When an Action is created, it's disabled by default, to ensure that it's only used after being fully configured. To begin sending data through an Action, enable it on the Actions page by selecting the toggle so that it appears blue. ## Disable a destination action If you find that you need to stop an action from running, but don't want to delete it completely, you can click the action to select it, then click the toggle next to the action's name to disable it. This takes effect within minutes, and disables the action until you reenable it.