I have the following simple query:

The metrics will range from 1000-2500 so 1500 different values / measurements.
I would like to map these values with a single rule to the floorplan. The idea would be to define the metric / attr as a label in drawio, and replace each label with the corresponding metrics value:

So for example i have these values for attr 1040:

In this case i would want to take the latest value 23.45 and write it into the box.
I tried using regular expression but ended up writing 23.45 everywhere :D
