Hi,
I need help with one problem.
What I have is: Repeateable section → section → complex component → and inside one more complex component.
I’m trying to pass a value from the first complex component to the second one. I’ve mapped it as an input parameter and added listening but session variable at the end of the chain is empty.
I have similar case without repeateable session and it works.
1 Like
It seems that with such nesting there is a problem with mapping the value to the variable.
Instead of the session variable in the last component, you can create a technical field and assign an input parameter directly to it.
2 Likes