Hello Everyone,
I am using 3 Interface Tools, 1st is DropDown (for database Table selection), 2nd is Calendar (for StartDate), 3rd is Calendar (for EndDate). I want to pass all 3 Interface Tools' inputs to single Action Tool and then to single Input tool.
I am using 1st Interface tool DropDown which is providing list of 2 database tables. The 2nd interface tool is Calendar which provides StartDate. 3rd Interface Tool is Calendar which provides EndDate. Now, my Input Tool is getting data from SQL Query where I want to replace the TableName from SQL Query with selected input table name from 1st Interface Tool and same way I want to replace the StartDate and EndDate of SQL Query WHERE condition with Inputs from 2nd and 3rd Interface Tools.
I was trying to write Formula in Action Tool under action type 'Update values with Formula', But as I am new with Alteryx I am not getting it. Can someone please help me out here?
Attached is the image for what I want to achieve.
Thanks in advance.