Object Not Retrieving from Associated Entity

0
Hi, I have two Entities, “OneTable” and “SecTable”. I’ve Associated both with [1-*]. Here in the below Microflow, i’m trying to Retrieve the Objects of “SecTable”, but the Objects are not getting retrieved. Please help here.    
asked
2 answers
0

You set an assoication on the entity domain model, but have also set the association by creating the objects?

answered
0

It looks like you have no SecTable entities associated to OneTable.

How are you creating the SecTable data? Have you set the association to OneTable when you create the SecTable entities? Have you committed both OneTable and SecTable entities?

You shouldn’t need the second retrieve in your example microflow if you just want associated entities.

answered