Dynamic Text Variable Creator

Create a multi-line string variable. This provides the ability to include dynamic variable references that will be automatically populated at execution time.

variables are identified in the string by wrapping with $${var-name}$$ and are then replaced dynamically

A list of current flow variables and additional date-time variables are supplied in a drop down and can be added using copy/paste


The component can create single-line or multi-line strings, and additionally, for single-line strings can also output a Path variable version (local paths only).


@takbb Brian Bates 11 September 2025

Options

Retain Linefeeds in String
If selected, newlines/carriage returns/linefeeds are RETAINED in the string. If not selected, they are REMOVED from the string.%%00010This allows you to lay out the string for ease of reading, but does not then include the newlines when processing the string
Output variables to create
Define the output variables to be created
Text
Enter the text to be included in the variable
Variable Name
Enter the name of the variable to be created
Variable picker (use keyboard to copy/paste e.g. Ctrl+C/V)
List of current flow variables%%00010You can pick from this list of existing flow variables using keyboard copy/paste to copy and paste into the text box.%%00010e.g. %%00010Copy: Ctrl+C, Cmd+C%%00010Paste: Ctrl+V, Cmd+V%%00010%%00010You can also include the following auto-supplied date/time variables: %%00010Date:%%00010 dt#yyyy (year)%%00010 dt#mm (month)%%00010 dt#dd (day)%%00010 dt#month (month name)%%00010 dt#ymd (year-month-day) %%00010Time:%%00010 tm#hh (hour)%%00010 tm#mm (minute)%%00010 tm#ss (second)%%00010 dt#dts (datetimestamp yyyyMMddhhmmss)

Input Ports

Icon
No description for this port available.

Output Ports

Icon
No description for this port available.

Nodes

Extensions

Links