What It Is
Modified

Stuff You Need to Know
This component stores the value of the incoming input and then compares it each time the input fires again. When the incoming input value has changed (aka modified :)), then it sends that new data as its output to the next component.


Clicking the button on the middle bottom of the component will reset the component.


This could be useful if you want to keep an eye on something that changes infrequently or should not change. An example can be found at the end of the Simple SMS Template post here.