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 / Passing a value using ...
Power Apps
Answered

Passing a value using Navigate function

(0) ShareShare
ReportReport
Posted on by 154

Hello,

 

Using Navigate to pass a value doesn't seem to work for me.  I'm sure it's something simple, but I can't figure out what is wrong.

 

I have a simple app that allows users to "check in" either at the office, or at a work event.  if they are at a work event, they can enter their work location and the submit that work location.

 

I want to take that work location to another screen where I have a few more questions that need answers and then the whole thing is submitted to my SharePoint list for storage.  Everything works accept I can't get this work location passed to the next screen for submission.  It's just blank.

 

Navigate(QuestionScreen, Transition.None, {WorkEventInput_User:vWorkEvent});

 

I get the Work Event information on screen one from a text input called "WorkEventInput_user" and then I'm expecting it to be available on the QuestionScreen as "vWorkEvent".

 

Unfortunately, when I test if the variable has passed to the Questionscreen, this test code appears blank:

 

"Work Event: " & vWorkEvent

 

Am I doing it right?

 

 

Categories:
I have the same question (0)
  • timl Profile Picture
    36,774 Super User 2026 Season 1 on at

    Hi @AaronTheYoung 

    I think the syntax you're looking for is this:

    Navigate(QuestionScreen, Transition.None, {vWorkEvent:WorkEventInput_User.Text});

    On your source screen, this would assign the text value of your WorkEventInput_User text input to the vWorkEvent variable.

    You can then access this variable on your QuestionScreen by name (vWorkEvent).

     

     

  • AaronTheYoung Profile Picture
    154 on at

    Yeah!  That seems to work.  So can I pass that variable on to ANOTHER screen in the same fashion?

     

    It tried to make the vWorkEvent a global variable in App Start section, but that wasn't working either.

     

    Still new at this PowerApps thing.  Thanks so much!

  • Verified answer
    timl Profile Picture
    36,774 Super User 2026 Season 1 on at

    Hi @AaronTheYoung 

    Yes, you can pass the variable onto another screen in the same fashion.

    The other thing I would mention is that on your QuestionScreen, you can directly retrieve the textbox value from your previous screen like so:

    WorkEventInput_User.Text

     Therefore, it isn't completely necessary to pass variables in this type of situation.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard