List from first elements

Hey
I have a user data type “Customer” which includes a list of “loan requests” user data type “User Loan”.
image

I need to make a list consisting of the first elements of the “loan requests” list for all my Customers, but the expression I was able to compose is “User Loan”, not the list “User Loan”
image

This topic was automatically closed after 70 days. New replies are no longer allowed.