Quote:
Originally Posted by ownedbycats
Question: How do conditionals handle replaced values?
Example:
category=>foo=>bar
Would I use &&category==foo or &&category==bar?
|
Replace metadata does lines one-by-one in order and on conditionals simply checks what the value is at that point. Does not keep track if value has been changed previously, nor skip ahead to check if it will be changed.