- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @David__Garcia Looks like the link created in event registration schema is also many to many. Create it as a single link and then do the query on event registration schema.
In your event registration schema the link should be like this.
<element label="Recipients" name="recipient" target="nms:recipient" type="link" revCardinality="single"/>
Now run the query def on event registration schema and pull data the from recipients.