Skip to content

Commit

Permalink
Split Text: Document \n as delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Apr 29, 2024
1 parent f3c7add commit f3b6365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/custom-actions/action-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f3b6365

Please sign in to comment.