Hi Everyone,
I am noticing a weird behaviour in PowerApps.
Basically I have 2 screens in my PowerApps (Screen1 and Screen2). I have a flexible gallery (Gallery1) in Screen1 where I am displaying some records, I have used function "Navigate('Screen2',Fade,{recordValue:Gallery1.Selected});" OnSelect of Gallery1. Values from recordValue record are being used in Screen2, which also has a flexible gallery.
So when I edit the app, I get the error at all places of Screen2 where I have a reference of recordValue, however if I comment/uncomment my above function ("Navigate('Screen2',Fade,{recordValue:Gallery1.Selected});"), all errors get resolved.
Can someone let me know why I have been getting this weird behaviour of formulas.
Thanks,
Ankur