It will depend entirely on how those sensors are connected. For example, if they are publishing their data via MQTT, then each would use a unique topic and you could have a single flow subscribed to all of those topics, using msg.topic to identify which device each individual reading came from.