Sign Up
Loading...

Referencing function input values

Asked by Vivian on September 13, 2024

How can I reference a function's input value inside the function (for example, prepend "Hi there," to an input named NAME)?


Answered by Twidget

Use the Concat command to combine text with an input variable (e.g., "Hi there, " + NAME).

Related Questions