Using the application event actions how do I update a row with a where clause?
For example, I am loading a IDO, I need to select a row where column a = 'a' update into column d value = 'd'
It is working to insert a new row, just cant figure out how to update an existing one. I would happily accept a point to the correct location in some documentation as well.