behaviour retrieve by association

0
Hello,  Here is the process that I try to understand :  first microflow retrieve by association Object A from Object B, I add to that Object A three Object A created before. (many to many association, self reference). Then I show a page of the Object B. Then I click on a button to start another microflow, I retrieve by association Object A from Object B. With that Object A I retrieve by association all Object A linked to it. But I do not retrieve any Object A.   I do not commit anything during that process, and I would like to keep it that way.   Someone know what is going on?   Thanks
asked
1 answers
0

How is that object B the second time shown? If it is from database it will only show the current database situation and not the changes that not have been committed yet. But if you pass object B to that page and the microflow retrieving all those objects do that also through association it should show the changes that not have been committed yet.

Regards,

Ronald

 

answered