Dear All,
I have created a workflow constant and named it to "Parameter", and the value of this constant I have defined to "completion".
I am trying to pass this value to SQL query in the from statement, but I got a syntax error.
Can someone give me some advice on it? Thanks a lot!!

I would like to perform something like this, which implies when I update the workflow constant the query result will be changed.
i.e.,
Workflow constant= "ABC"
select * from dbo.vw_iPM_inform_ABC
Workflow constant = "211"
select * from dbo.vw_iPM_inform_211
