Pass payload to subflow

Hi,

I've created a sub flow that has 4 variables (title, message, user, critical) and I would like a pass a msg.payload into the sub-flow message variable.

Does any one know if this is possible?

Your subflow does have 1 entry point/connect ... the msg.paylod will be passed into the subsequent nodes in the subflow... you can have multiple nodes connected to this entry point

but best explenation you can find here

Thanks! That was easier than I thought. Looked over this option completely :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.