Streamlining Configuration

Hi All,

I have a working node-red flow using notify to alert on price changes with stock/crypto.

Right now there is a lot of redundancy. Currently it checks the percent change of the stock, then gets the current price, then creates the message payload then sends it to the notify service. Is there anything I can do to dynamically set everything beyond the percent change check? I can provide more details about the configuration if needed.

Thanks so much!