Auto add new query to graph-panel when new "measurement" available

I have different iot-devices that are connecting to my wifi netwerk. All devices will send a message every 20 seconds to Node-Red. Node-Red stores it in InfluxDB. Inside the database every device has its own “Measurement” and when the “Measurement” doesn’t exist, it will be created.
Now I want Grafana to recognize that a new measurement is added to the database and automatically make a new query inside a graph panel.
So there needs to be a way to a way to automatically add a few variables:


These names need to change accordingly to the name of the “Measurement”.

Hope you can help me with this.
Thanks