Chronoforms v8 - Save Data action - do I need separate for insert/update

go gotpowr 11h ago

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?  

Post a Reply