I have a sql query with period_name = 'SEP-24' in where clause I want to replace 'SEP-24' with user provided period like 'OCT-24', 'DEC-24'. I tried using using action tool, text box to update the value in sql query. I selected the whole query and selected "Replace a specific string" then mentioned part of query I want to replace by user input but I am not able to change the query dynamically. Can anyone please help? I tried mentioning the value that need to be changed in the query in both way 1) SEP-24 2) 'SEP-24'. I am attaching image of my Alteryx wf for reference. Thank you.