BLOCKS Reference

Common features

Variable expansion

You can use variable expansion within some BLOCK properties.

Variable expansion refers to replacing part or all of a property’s value with the contents of a variable.

Use the following format when using variable expansion:

${variable}

By entering a variable between ${ and }, it will be replaced with the contents of the variable when the BLOCK is processed.

For example, assume we have set the Variable for storing results property of the Execute Query BLOCK as ${table_name}.

Variable expansion example: Making the Flow

Assuming that the variable table_name contains samples, the Variable for storing results property’s value will be samples when the BLOCK executes.

Variable expansion example: Executing the Flow

You can use variable expansion within any properties that also support % format characters.

この情報は役に立ちましたか?