Question
Query Database Error
Hi
I'm trying to use the QUERY DATABASE SMART SERVICE to delete few records from my database tables
My query is as follows : DELETE FROM <TABLE_NAME> WHERE ID = <VALUE>
Now I want the value to be dynamic. I dont know how to pass on dynamic value.
I tried using the process variables, I created node inputs and tried accessing via ac!. But none works
Anyone can please help me in getting dynamic values for the query above ?
