Reply To: Customize value port string

Forums 💬 FlowCanvas ⚙️ Support Customize value port string Reply To: Customize value port string

#11917
Gavalakis
Keymaster

    Hello,
    There is no way to customize the text shown left of the value ports since the text shown there is based on the type of the port and the value that is serialized within that node for that port. You could however create an integer constant variable node and link that to the “Message” if integer is an acceptable type for the port. Would that work for you?

    As for showing a dropdown of integers, you could use the “PopupFieldAttribute” on the field to make a popup of predefined integers able to set the field to. Let me know if that works for you.