I have a container that will not show when the app loads onto homescreen, this is because its blank. In order for it to show it needs to be true, however, this means it willl always show, and if i set it to true which will result in there being two containers squashed on the screen. I have tried the below to check if its blank, and the set it to true if blank etc.
UpdateContext({showNM:If(showNM = Blank(), true, If(showNM = true, true, If(showNM = false, false)),false))
However, this does not work, i think it is due to using "UpdateContext" within the visible attribute.
Thank you