Accordion Group wrong behavior

Hi.
I have used Buildcamp youtube tutorial to create a repeating group that has accordion group.

Currently when I click the tick, I roll down all the repeating group elements and just one of them presents the data.

I would like to just roll one of the elements, not all.

Here is the workflow:
image

And repeating group parameters:

And the revealing group parameters:

Elements structure:
image

Any idea what I am doing wrong?

Hi there, @michal.friedrich… if I understand your post correctly, try getting rid of the toggle workflow, and instead, set a custom state (number) to the current cell’s index when a question is clicked. Then, put a condition on the answer group to make it visible when the custom state is set to the current cell’s index, and you should get the desired result.

Hope this helps.

Best…
Mike

Hi Mike.
Even if I use state -My problem is I cannot target specific cell. How to target cell’s index if I don’t use it in my table.
image