Hi Champ,
I have a use case where I am getting the constnat name (in text) and I have to pass that in Update constant service. But here the issue here is I am unable to pass the constnat name dynamically there. As the name is text type and it's expecting something of constant type. I don't see any option to cast it too. Only way possible here is selecting consttant from the menu ; but I can't do that as it's dynamic in my case.
Discussion posts and replies are publicly visible
I had written a plugin to do this many years ago, ("Constant Utilities" - getConstantObjectByName() ) but looks like it's not available on the appmarket any more. Was pretty simple implementation, though.