Establish a primary Page List property, which we shall name, to house the user-provided input. This particular property will encompass separate pages, with each page constituting a distinct dataset. Generate a Page property, termed, within every individual page. This property assumes the role of containing the nested Page List. Leverage an activity to generate and populate the Page List as well as nested Page Lists, all based on the input furnished by the user. Fashion is a user interface that facilitates data input by users. This can be achieved by employing a repeating dynamic layout, which permits users to append multiple datasets. Furthermore, within each dataset, employ another repeating dynamic layout to enable the addition of numerous nested datasets.
For your Scenario, you need shows and seats data types and in your case (Work class ) first, you define show PL property and in the Show class You need to define Seat PL property and write Activity according to your scenario