Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I would like to have section access based on the stream that the app is on.
So if the app is on stream A, data X is shown, if it's on stream B, then data Y. Is this doable?
Thanks!
Have a look at this:
Once you have the stream from the repository, the rest is just an IF statement.
As far as I know it is not possible to detect stream location of an application in the section access nor the script.
To solve this you need to add some kind of logic in the script by your self. The post that @Or liked to could point you in one direction on how it could be done.