I’ve got a parent form that has a relationship with many several child forms. I’d like to export a csv file of just the child forms that relate to this parent. I can’t filter based on the parent from within the child forms, and I can’t see a way from within the parent form. Anyone know how I could achieve this?
Hi Adrian,
The only way to achieve this would be to go directly to the Child form and filter the records there based on the parent. Then export your records. You’d probably need to create a Calculation or Script field which extracts a value from the parent to display in the list. This would only work if the relationships are one-to-many. Otherwise you’d have to write a Script to extract values if there are multiple parent records per child record.
Thanks,
Brendan