Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

I was wondering if it is possible to create a single records from two different

I was wondering if it is possible to create a single records from two different sources, for example one process and an entity. Say for example I have a process that creates performance assessments and I want a record that can display the active assessments and the completed assessments as simply assessments. Both would display the same information but one would be coming from an active process and the other from the data store that we are writing the completed assessments to? Is this even possible and if so can someone point me in the direction of how it would be done?

OriginalPostID-139843

OriginalPostID-139843

  Discussion posts and replies are publicly visible

Parents
  • This sounds like a "federation" pattern...taking two (or more) data sources and generating a single Record list. You can do this by creating a single Service-Backed Record and within the underlying expression (and nested expressions) retrieve the data from the two separate sources, format them into the same CDT type (using the type! constructor) and then performing a union of the two result sets.
Reply
  • This sounds like a "federation" pattern...taking two (or more) data sources and generating a single Record list. You can do this by creating a single Service-Backed Record and within the underlying expression (and nested expressions) retrieve the data from the two separate sources, format them into the same CDT type (using the type! constructor) and then performing a union of the two result sets.
Children
No Data