Hi @the365bit and @EricRegnier
So to give a little bit more context
I'm using a canvas app to get data from dataverse.
I have two table with a relationship.
- Training Table
- Duration Table
1 Training can have multiple durations spread over different days.
When I select a training and try to put it's durations in a collection by doing this
ClearCollect(colTrainingDurations, varSelectedTraining.Durations);
I get a list of Id's in de colTrainingDurations.
After that I've tried many ways(filter, lookup,..) to get the durations with all properties but I only get the "Id" & "Hours". The date property remains empty.
In the screenshot below you can see a duration from dataverse
Kind regards
Ryan