List data type repeating groups

Hi,

Having trouble doing the following and hopefully someone can help.

I have User data type and Company data type. I am trying to get a repeating group list which lists the Company names linked by the Company IDs from both data types. The issue is the user data type is a list of texts for multiple IDs associated to each user. When i try to link the two by ID, i am getting the errors that it results in a list of texts. It’s that list i am trying to show in the repeating group using the company name field.

Screenshots of data setup


Hopefully something easy for someone.

Many thanks,
George

Hi George,

For ‘Company ID’; instead of using a List of numbers, you should use a List of Company. That way you can easily get all the meta data of a Company, such as its name.

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