Is there a way to obtain a list of unchanged values then explode the list afterwards similar to how change detector can have an output list for changed values. Below is the sample workflow I’m trying to do but for unchanged values

Is there a way to obtain a list of unchanged values then explode the list afterwards similar to how change detector can have an output list for changed values. Below is the sample workflow I’m trying to do but for unchanged values

Best answer by virtualcitymatt
Its done as input for visualization purposes wherein those updated and those not updated would be compared but I’ve figured out using attribute exploder does the job!
Niiice - The AttributeExploder was going to be what I would suggest based on the question, especially now that I understand your goal.