Dear All,
I have a problem and I assume its a bug. This has been working fine and starting having issues all of a sudden.
I made a nested gallery (G1 and G2) in screen1:
- G2's items are filtered grouped items of G1's collection.
- I have a navigation icon in G2; whose OnSelect property = Navigate(MyDetailReceive, Fade, {vdetailreceive : G2.Selected})
The issue is when I log on to my App I see errors on MyDetailScreen1 and AppChecker
All the fields in MyDetailReceive are throwing up errors.
But when I edit the formula in G2's Onselect to
Set(vdetailreceive, {vdetailreceive : R_G2.Selected});
Navigate(MyDetailReceive, ScreenTransition.Fade, vdetailreceive)
It works fine(but for a moment) but restarting the App poses the same problem all over again (could this be a bug).
Please see the error in my MyDetailReceive screen; as all the columns values are not passed
Please help @Dlabar @v-monli-msft .
Thanks

Report
All responses (
Answers (