Combination View Flat View Tree View
Threads [ Previous | Next ]
Can the db write step insert the ouput of a variable into SQL?

If you have variables in your script called

Input1 and Input2

Then as long as you have write permission on your table then you can do

INSERT INTO myTable VALUES ($Input1,$Input2)

Just prefix your script variables with a $