Hi experts,
I have an important question to ask you. I want to find a way to pass a variable created into the custom template (for example: $layout.variables.name) to variable created into the page for example: $page.variables.officialName. I have tried much ways to solve the problem , but $page and $layout doesn't comunicate. Variables , created into a custom template have no visibility in the scope of the page and application.
Let me explain better. I dragged the CREATE component of a service into the page , then I used the dynamic form and I modified the input text in a radioButtonSet with the help of the specific template section. Then I created 2 options for this radioButtonSet with their respective values. I assigned this values at 2 variables( $layout.variables.var1,$layout.variables.var2), but their aren't visible,cannot be recalled and used in the page's scope, application's scope and flow's scope
I hope my request is clear , I am looking forward your answer soon. Thanks!