From f3b63651c27f678fe641f2f50e54a3081e1feea0 Mon Sep 17 00:00:00 2001 From: Simon Fredsted Date: Mon, 29 Apr 2024 14:13:03 +0200 Subject: [PATCH] Split Text: Document \n as delimiter --- docs/custom-actions/action-types.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/custom-actions/action-types.md b/docs/custom-actions/action-types.md index a15b153..6bb1a98 100644 --- a/docs/custom-actions/action-types.md +++ b/docs/custom-actions/action-types.md @@ -181,6 +181,10 @@ An action that allows replacing multiple inputs to a string with specified repla Split text into multiple variables. Using `hello,world` as Source, and `,` as Delimiter, 2 variables will be created: `$variable.1$` is "hello" and `$variable.2$` is "world". +Entering `\n` as Delimiter will split text by each line. + +The maximum amount of variables created is 1024. + ### Map Text Sets a variable depending on what maps to the source value and operator.