Node influxdb no name/value

Hello. I have a problem with InfluxDB or my node. So I'm getting data from OPC-UA server and i want to send this data to influx db with name. But I only post there value. I want to send data with measurement name. Maybe someone had the same problem? I am sure that my influxdb config is good.

Have you read the help text for the influx node?

Yup i was. I think something does not work properly with OPC-UA. While i am generating random number with name then it's working fine. Also when i was building same project with MQTT protocol it was working.

Add a debug node and look at what you are sending to the influx node. You must be sending a different message content, compared to when you test with a random number.