Hello,
i have a app, in the OnStart off the App i declare a Variable - helping me to set the correct item height in a Gantt-Chart Gallery.
When i press the play button i instantly get the error message saying divide by zero not possible for these items using the variable to define height(at least they are mentioned in the debugg Monitor)
Chart is displayed in the correct way after 2 seconds when everything is loaded..
is there a chance to fix this problem?
in my opinion i get this error message because powerapps doesnt pull the variable fast enough even though its the first item in my onstart property.
I tryed IfError() saying devide/3 but also this does not help.
Any ideas?