I have a button which I want to show if the logged in user has the right permission. I also want to hide it if a variable has a particular value. But, the Show action seems to take priority and shows the button because of the logged in status despite me wanting to hide it.
So, what’s the technique for combining the two conditions into the same action? eg. Show if logged in user has permission AND variable is not set.
Perfect. I was on the right track but made a schoolboy error with my brackets! I was using the Data Formats dialog but had my second condition nested after the first instead of in line with it. Doh!