Hey,
I have created an app that provides version control for a Product thing within it.
I have a DB Trigger which copies ‘Product before change’ and saves it as a prior version of ‘Product Now’. Product has a lot of fields, so I use the ‘Copy a list of Things’ action, and use :converted to list to save manually mapping every field.
Problem is, the Product before change isn’t being saved, Product now is. Even though I have explicitly copied the Product before change:
Example: Fields ‘Version’ and ‘Yield’ were changed, but the Product before Change I save in the workflow above has the Product now values! :
My only option is to manually map every field from Product before change, which is not efficient and not scalable as I add/remove fields.
Does anyone know why this is happening?
Regards,
Ben
AppyKiwi