Hello guys, I made a list of persons who will have work anniversary in the same month. I upload different pictures per person but both person are dispalying the image.
please help me find my error.
I attached the oml file. Thank you!
Hi @Rhyz Dela CruzImages are same because your image source is different.Just remove the GetPictures aggregate and create a join between Employee & Picture in GetEmployeesByStartDate aggregate as shown below.Then set the image content inside the list as shown belowGetEmployeesByStartDate.List.Current.Picture.FileContentCheck the updated oml for reference.RegardsKrishnanand Pathak