For determiners, I am using the determiner field in the determination table. When there are multiple determiners, I create a group and add each determiner as a member of the group.
Then, I configured the Record Formatters for the Agent table to be conditional to the agent type, so that when it is a group, the aggregated Group Members are shown:
Could you please download and send us your Record Formatters App Resource file so we can investigate this further? You can either reply to this comment or send us an email at support@specifysoftware.org. Thanks!
If you would like to avoid this issue, there is a “Determiners” one-to-many relationship that can be rendered as a subview on the Determination form instead of the Determiner field. This relationship allows you to add multiple Determiner agents without the need to create a Group.
Here is what you might add to your Determination form definition:
I decided to use the determiner field in the Determination table to avoid having to do a separate import for the determinations, but using groups of agents for multiples determiners is not ideal, it makes the import file a bit complicated. I am actually considering a simple text field for the determiners, at least until this is sorted.