How to recreate the string_agg() function in data fabrics / custom record field (for use by other related record type)

Certified Associate Developer

I have a complex database view that should be converted to an Appian Data Fabric (synced records) model for performance reasons. 

I am able to recreate all functionality from the database view with the exception of the string_agg() function. It looks like the only way to access fields from one-to-many relationship record is in the list view/display layer. I need the data to be concatenated and available in the data model (i.e., custom record field) so that this column can be used upstream in a parent related record type. 

Is there any way to achieve this functionality in data fabrics?

  Discussion posts and replies are publicly visible