Forum Discussion
koryknick
4 years agoEmployee
I think that @j.angelevski has a great solution for you with using the sprintf() String method.
Alternatively, if you are querying from a database using an Execute snap (e.g. SQL Server - Execute), you can use variable names without enabling the expression evaluation in the SQL Statement expression box. For example, here is my input document to a SQL Server Execute snap:
And the SQL Server Execute settings:
Produce this result:
Note that the database snaps are some of the only snaps that do this (to my knowledge).