-
Change value of a field in a different composition.
I don’t know if this is possible.
Basically I want to do a counter that will store a value so I can later retrieve it in a different frame with an expression
In comp A we have a field called A
In comp B we have a field B that has some expressions in it. We have a variable in it called count.
In the if statement is true, 1 is added to the value of A in Comp A.
When the if statement is true again, it retrieves the value of A in Comp A and adds 1 to it again. The value of A changes, only when the if is true. This will create a counter.George