This seems like it should be an easy solution, but I can't find it. I want to start a workflow when an item is either created or updated. I know I can set the start conditions on a workflow, but that would require me to have two different workflows. One for New and one for Edit.
What I would like is to set a condition (Edit or New) and then either execute an UPDATE in a database table or an INSERT in a database. I can't see a way in Nintex Workflow to determine if the current list item is new or updated. I realize that I can write a stored procedure that does this, but I am attempting to do it in Nintex first.
Also - is there a way to run a workflow when an item is deleted? I would like to perform a DELETE in an SQL table if an item is deleted.