How to get workflow variable in Database Update Tool?
Confluence User - 28 Sep, 2018
Hello,
I have a problem in retrieving workflow variable from the submitted form to use in Database Update Tool query. In my scenario, I have a process which after I submit a form, if approvalStatus == 'Verified', Database will be updated. I want to take the value of approvalStatus to save in updating db.
I try using this #variable.approvalStatus# but got error : Invalid column name 'Verified'
databaseupdatetool;workflow;variable;hash