Forum Discussion
SuryaExpert
7 years agoQrew Assistant Captain
Can be done with a webhook or automation. If you need to record the old value and the new value of the order quantity field, use a webhook as you can access the old value as well as the new value in a webhook.
SuryaExpert
7 years agoQrew Assistant Captain
Yes. Create another table and make sure the webhook adds a new row in that table whenever this field changes. Technically speaking, you could extend this to other fields on the orders table as well. It is your call, though.