[BUG] Binding UDT member Data Type to a Tag Parameter results in "_invalid_"

I modified a UDT tag to have two tag members with their Data Types bound to the “DataTypeParam” parameter with a default value of “Integer.” Before the modification, these Data Types were not bound.

The tags that already existed were able to be edited and their tag members properly took on the type specified in DataTypeParam

However, when creating a NEW tag of this UDT, it initially creates successfully, but when naming it and pressing “Apply”, the Type Structure pane only shows “_invalid_”. Once I remove any Data Type parameter bindings, the tag is accessible again. Below is a screenshot of the “_invalid_” tag.

For the parameter value, try using something like Int4 for an Integer or Int8 for a Long.