Is there a recommended workflow activity that I could use to UPDATE SQL data coming from an LF Form?
Currently I'm using the "Insert Data" activity to INSERT data from a form, but we have a situation in which we are retrieving information from the database using a form, and will like to send it back with updated information.
I'm using a custom GUID to identify each form so that shouldn't be a problem, it's just that I can't find a way to make an UPDATE, as opposed to just INSERT.