Skip to main content

Notifications

Power Apps - Power Apps Experimental Features
Unanswered

Submitting forms belonging to other screens in my application

(0) ShareShare
ReportReport
Posted on by 7
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?
  • WarrenBelz Profile Picture
    WarrenBelz 145,567 on at
    Submitting forms belonging to other screens in my application
    @CU20011423-0​​​​​​​
    Answered on your other post

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.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,567

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,907

Leaderboard

Featured topics