Right-- but if there are three vars, Var1, Var2, and Var3, do I have to create tasks for each one for them all to update simultaneously? For example, I've already got tasks for Var2 and Var3 to sync inventory when Var1 is purchased but do I need to create permutations for the other two vars to update also? (i.e Var2 is purchased, Var1 and Var3 update, Var3 is purchased, Var1 and Var2 are updated.)
↧