Using HASH Variable in the Database Update tool
Confluence User - 14 Jun, 2022
INSERT INTO Table (c_field) VALUES ("#form.Table1.field#");
I'm using this query to insert a value using data base update tool, but I couldn't get the expected result.
Help me to resolve this...
forms;databaseupdatetool