Hi All,
I am not sure I got this right, maybe for the App.Width this might not work but I thought that Variables in PowerApps when referenced with a value that changes will be updated as well.
I am trying to make a scaling formula that I need to use everywhere so I can just pass a variable instead of placing the formula everywhere.
It is something like this at App Start
Set(_scale, 16+(40-16)*((App.Width - App.MinScreenWidth) / (Last(FirstN(App.SizeBreakpoints, 3)).Value - App.MinScreenWidth)
Any ideas what I doing wrong? I tried disabling non blocking and delayed load. That did not change a thing.