Check out this variable I have put in my App.OnStart ...
Set(vrblAppDetails,
{
ID: "abcd1234-a567-b890-1a2b-123abc456def"
,Width: App.Width
,Height: App.Height
,OnlineStatus: true
,Status: true
,ScreenSize: Screen_Home.Size
,MenuVisible: !(Screen_Home.Size <= 2)
,MobileDevice: Screen_Home.Size <= 2
}
);
Now for some reason, its only saving the data for MobileDevice and nothing else.
When I run this in a button and it works like clock work! I just don't get it.
Run this and see if you get the same result as me .. really strange.