Dataset tag execution from tag group triggers property binding

Yes, because even though the content of the dataset is the same, it is a new dataset object, and that is the test for equality. This is true for the document datatype, too.

Use a memory tag instead of an expression tag. Construct/query your dataset in a timer script and check the contents yourself, skipping the write to the memory tag if equal. (Using your definition of equal.)

You might find certain helpful functions for this over here:

1 Like