Hello everyone!
I rely on your support to find a solution for this tricky scenario. I need to create a custom list, where the template also contains a list inside, but I have problems fetching data.
In Data service I store FoodReceipt records. Each record has a relationship to its receipt nr and info about each food bought (name,quantity, price) as you can see below.
I made a process to extract for each receipt all the food, and the output is of type dictionary <string(receipt nr), List(Of FoodReceipt)> and I further need to show it as a history like below.
How can I be able to manipulate that out_dicionary? I can not fetch the key or the value to assign them in the template of the custom list.
Thanks!