I have a workflow which has an input SQL query as below
SELECT * From TABLE
Where TABLE.COLUMN1 = '2020-12-31'
I want the user to be able to input the date when the workflow is triggered to run on the server.
Is there a way we can do this ?
I tried creating User constants in the workflow tab, and looks like i cannot reuse them inside a query, those constants are accessible only in formula tool.