I am trying to keep track how many time the ticket has been printed. I tried to keep track with ticket tag says Print Counter.
I did configure to update the ticket tag before execute the print bill action but stuck with the tag value. what is the correct formula to increase by 1 for the ticket tag?
It might be that {TICKET TAG:X} is not available until the Rule fires.
In any case, make it a habit to use [:variables] in your Actions unless they are Static values, and you will be able to avoid these headaches in the future.