Let's say I have two lists, List A and List B.
List A has a field named Quantity A.
List B has a field named Quantity B.
I want to create a workflow on List A that, when I add a new Item in List A, updates the value of Quantity B from List B like this: Quantity B = Quantity B - Quantity A.
Is that possible using Sharepoint Designer?