Parsing a variable to a function in Dude labels

I have tried to use a variable as a parameter to a function in dude labels.

E.G. The label for Interface.Name in my case is . I want to use the string_substring function [string_substring([Interface.Name],7)].
However, I get the result [string_substring(,7)]
It expands the variable, but the function around it just becomes text.
Is it possible to create this function the way I want it to?

Unfortunately, it doesn’t work.
If your link is using SNMP, you can try to workaround by using [string_substring(oid(“oid of your interface name”),7)], but not sure if this makes sense, because each link will have its own oid and you will need to edit it on each link individually.