After activating the newly updated analysis engine in my Power Apps application, this piece of code stopped working:
// Set variables for UT; Car and Report_ID_Config_FC
Set(VarFilterUT; Liste_UT.Selected.Value);;
Set(VarFilterCar; List_Car.Selected.Value);;
Set(VarFilterConfigFC; Gallery3_1.Selected.Report_ID_Config_FC);;
If(
IsEmpty(Filter(BDD_Ecran_FC1; Report_ID_Config_FC = VarFilterConfigFC && UT_Client = VarFilterUT && Car = VarFilterCar));
SubmitForm(Form8); ResetForm(Form8)
);;
SubmitForm(Form7);; ResetForm(Form7);;
(although it worked properly before). How can I correct this problem?
I suggest you turn off the New Analysis Engine for now and add your query to this thread.
Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
MVP (Business Applications) Visit my blog Practical Power AppsLinkedInBuy me a coffee
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.