In some cases when using an inject node you want the initial value to be sent when the flow is initialized, so the initial state is set. Currently to do so, you have to use the standard inject node with it set to fire after startup and chain it to a get for the same thing as the inject is adding. Of course this can't work for pure events, but anything with a state this should be possible.