Please for the advice on the best way to implement the following scenario in WEBCON—specifically regarding the number and type of processes, as well as the interactions between them: I have company registry data that includes identification details (such as name, ID, and primary address) as well as information on owners (names, IDs, and contact details), the services offered (names and scope), and the locations where these services are provided (city, address, contact person, and phone number). The data is received periodically in Excel. A given company may have multiple owners, multiple services, and multiple service addresses associated with each service. In other words, this involves data that is best stored in item lists, but Dictionary can not contains a item list. It must be possible to retrieve, save, and utilize this registry data within other processes in WEBCON. Furthermore, the data should be updatable via bulk actions directly within the registry itself, as well as through one company can add or update via other WEBCON processes that consume the data. What is the best approach to building such a registry in WEBCON? Thank you in advance!