I was able to figure out how to set up the Section Access. However, I have an array of text objects with actions that trigger sheets to be viewed from the welcome page. The triggers are variables using the sheet conditionally show field. So if I want to utilize Section Access how would I apply the rule in the conditionally show?
E.g
Currently, I have the following variable: vShowSheet=1
And I want to add the Section Access and will need to somehow incorporate the Sheet Name into this field. Using 'OR' and 'AND' doe snot work, as it blocks the triggers on the Welcome screen:
E.g
Conditionally Show: =vShowSheet=1 AND Sheet3
Any help will be great.