web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Multiple Screen App wi...
Power Apps
Unanswered

Multiple Screen App with text inputs, dropdowns on each sheet, Patching to sharepoint

(1) ShareShare
ReportReport
Posted on by

I have an app in which I need a user to enter a number into a text input.  After entering the number, I need that number to be patched to a specific field within my SharePoint list.  I have tried using the Patch function, but I get an error on screen2, whereas I can values from screen1 in sharepoint. 

 

Defined my variable in App OnStart :Set(gblRecordPTED, Defaults('PT ED CHECKS'))  

 

SCREEN1 (Next Button)

Set(varPTEDWALKTHROUGHCHECKS,Value(varDate.SelectedDate) & "-" & drpShift.Selected.Value & "-" & drpTeamMember.Selected.Value & "-" & TextInput1.Text );

If(IsBlank(varDate.SelectedDate) || IsBlank(drpShift.Selected.Value) || IsBlank(drpTeamMember.Selected.Value) || IsBlank(TextInput1.Text ), Set(varHighlight,true), Set(varHighlight,false)) ;If(varHighlight=false; , Navigate('ED PT CHECKS SCREEN_1'));

Patch(
    'PT ED CHECKS',
    Defaults('PT ED CHECKS'),
    {
        Title: varPTEDCHECKS,
       
        Shift: drpShift.Selected.Value,
        TeamMember: drpTeamMember.Selected.Value,
        'Trainee Name': TextInput1.Text
    }
);
Navigate('ED PT CHECKS SCREEN_1')
 
SCREEN2 (Submit Button)
Patch(
    'PT ED CHECKS',
     Defaults('PT ED CHECKS'),  
    {
     
      '1. Differential Pressure ': TextInput2.Text,
      '2. DP Comments': TextInput2_1,
      '3. P1 Pressure ':TextInput2_2.Text
     
     }

);
Navigate('PT ED CHECKS SCREEN_2')  
Categories:
I have the same question (0)
  • developingteal Profile Picture
    392 on at

    can you be more descriptive of your error - you most definitely can use a patch function for one page while on a different screen. I don't entirely understand your issue. 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard