Piecewise

Build chat bots with blocks

format text (text) with (values)

In the toolbox

Format a text string with values.

Parameters

Parameter name Parameter type Required? Description
text String The text to format. Each {X} will be replaced with the corresponding value, i.e. {1} will be replaced with the first value, {2} with the second, etc.
values any The values to interpolate.

Output

String