-
Hello all! I need some help please in order to retrieve some data. The way I tried (which is not working):
Obviously, the custom field 'IP' is not empty, but I am not able to retrieve the data. Could someone help me on this one please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Just to state the obvious, you searched for a circuit with What value do you get from the expression |
Beta Was this translation helpful? Give feedback.
Just to state the obvious, you searched for a circuit with
custom_field_data["WAN"]
, but you are readingcustom_field_data["IP"]
.What value do you get from the expression
circuit.custom_field_data
, without theget('IP')
on the end?