Accessing repeater data via block

Hello Backendless support, I’m having a strange issue with not being able to access repeater data from some of my components that are nested in a block. For example here is the layout:
image
Here is what it looks like in preview after I attempt to get data

I have a block which houses a container. Within the container is a row with six cells, and each cell has a text component. The divider is within the block for formatting (the block is a repeater). My codeless logic is as follows below. For some reason this does not return data even though my text components have the correct content logic.


If I remove the container and all its components out of the block, it works fine although has some formatting issues:

Please let me know If I am missing a simple solution.

Thank you,
David Zhai

Hello @David_Zhai

Private messages addressed to staff are available only for PRO and Managed customers, or in case if you want to share some private info, all other messages should be public. You can share your application id in the topic it is not secret information. So I will change the topic to the public.

Regards,
Volodymyr

Hello @David_Zhai

We will be happy to assist you. I need to ask you a few more questions so I can understand the problem better.

Please provide your applicationId, container name and page name

Regards,
Volodymyr

Hello Volodymyr,

It turns out that both the block and container were set to be repeaters, and when I only allowed one to be a repeater the data was available again.

Thank you,
David