How to Display ".Name" of a List item as title of a repeating Tab.
Good day, professionals.
I have a Parent Class with a ".Children" List.
I want to show the form of each Child in a repeating Tab layout, and use their name as tab title.
Then I realised that in the context of parent section, we cannot refer to ".Children.Name" directly.
I tried ".Children.Name", ".Children().Name", ".Children(<Current>).Name", ".Name", none of them work.
Any clue? Thanks for your attention.
***Moderator Edit: Vidyaranjan | Updated Categories***