I’ve set up a repeating group with “Component” as the type of content and I am using a database search for my data source. Inside the repeating group, I have a text box element, where I’ve attempted to insert dynamic data (“Current cell’s Component’s Individual Components”) to display the name of each component. However, the repeating group is not displaying the dynamic data. Instead, each cell in the repeating group is showing the text “Current cell’s Component’s Individual Components”.
I’ve confirmed that I have data in my database and the names of the components are stored correctly. I’ve also verified that my repeating group is connected to the correct data type and field. However, I still can’t get the repeating group to display the component names.