Hey Radek, We’re looking into how the visibility is handled with the Table control. In the meantime I have a work around you might be able to use. If you set the visibility of the Table [...]
Hey Stuart, If you know exactly which Output Text you want to access, when you’re at the coach level you can use page.ui.get(“StepsText[x]”), where x is the index of the nth [...]
Hey Dave, You should bind your buttonLabel variable to the label of the button instead of the formula option. The variable should also exist on the coach level, and be passed into both the coach [...]
My mistake, I don’t think I mentioned the configuration options of the Single_Select control. Set the “Item Lookup Mode” to “Items from Static List”, then bind the [...]
Hey Stu, One way you could accomplish this is to use the Page Layout controls. You can use the Page Layout Row, then add 2 Page Layout Cells to it. In each cell you would add an Output Text. The [...]
Hey Cindy, I have a solution for you, but it requires a few addition steps. First I would change the variable that is bound to the Single Select to a NameValuePair, this way you can set both the [...]