Can tag field in relation mode work with one to many relations?

Hi, I have used the tag field for many to many relations and worked like a charm. But in the case of one to many relations it complains that it cant find the (parent) record id. So I’d like to know if it can work with that kind of relation.

Just in case someone finds it helpful, It DOES work. the problem was that the foreign key was not set to nullable (and I guess that was needed by the defered binding to work). Now it works.

1 Like