Query regarding association in microflows

0
Hi, I have ProgramItem entity and associated (1-*) Day (starttime and EndTime) entity in model. In microflow ,if  I want to access the starttime attribute of Day entity associated with ProgramItem, how can I do ?  Please see below screen shots for understanding problem in more detail.  
asked
1 answers
3

If you want to do this in the split you need to retrieve the day object first. If you have retrieved the day you can use it in the split and check the starttime.

 

https://docs.mendix.com/refguide/retrieve#1-introduction

answered