Hello,
when a record type has a (1,n) relation, Appian supports some aggration for those related records ( 'Create Custom Record Field' --> 'AGGREGATE RELATED RECORD FIELDS').
The avaible aggregation functions seem to be dependend on the data type of the 'AGGREGATE RELATED RECORD FIELDS' - in any case, I'm looking for something like FIRST_OF (LAST_OF) so that I can get the first record field(s) of related data records (which are string based).
Maybe a small example: (Author) <-- (Books) (an author can have many books)
Should be presented in a list
What would be a good way to achieve this?
Thank you in advance
Thomas
Discussion posts and replies are publicly visible
I assume, the more correct solution is already posted - what also _seems_ to work is (within the record type) the following:
Add a column to the list (within the record type) and give only the first record for an 1-many relationship, if any. The order would be kind of undefined I assume) - so I'll go with the correct answer already mentioned here.