Merge two list in different module

0
Hi Team ,   I want to merge two list which is in different module. How can be acheive this? Can anyone help on this.   Thanks in advance!
asked
4 answers
4

Hey Saranya,

As Rene said, it is not possible,

The workaround for achieving this, you have to make a generalization/specialization between the two entities,
and after that, in a microflow, you can retrieve both the list and make a union using the list operation.

 

Hope it helps!

answered
2

2 lists of 2 different entities? And what is the goal of this merge?

 

  1. Technically it isn't possible to merge 2 lists of objects of different entities
  2. If you have 2 entities, with data which needs to be merged, why are there 2 entities.
  3. If you want to show data of 2 entities combined, because they are related. (i.e. order with a customer)
    Then there should be an association in between  and data can be accessed/displayed consuming the association
answered
0

 

Refer this Screenshot

answered
0

You are getting this error because CoreRecipeMOG is not a specialization of RecipeMOG.

answered