When using a "Save Data" action to save data into a custom table, do I need to create a separate one for an insert and update with a different where condition?
I've only done the insert before by setting Modify Fields and having the "ID" field in the database mapped to {const:null}, I'm assuming I need that for an insert and "ID={Data:id}" for update?
