Greetings!
I'm building an interface and trying to get the primaryKey of the item. When I open the item, the primaryKey has a value of +, which would be expected if this item weren't already assigned an ID.
Another interesting thing about this is that it only happens if I open the item directly through the items collection page. I have another collection that has a o2m relationship with the items collection. When I use the o2m interface to access the item, the interface I'm building has the ID of the item as the primaryKey, as expected. (to be clear, this is when the item is pulled up in the side panel, and not accessed directly)
Any thoughts on why I'm getting the wrong primaryKey when accessing the item directly?