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 / Get the last value of ...
Power Apps
Unanswered

Get the last value of the dropdown after submitting the form

(0) ShareShare
ReportReport
Posted on by 51

Hello,

 

I have a form which have a dropdown status. (A, B,C,D,E,F). The users change the dropdown value and click on Save(submitform operation) which triggers the flow. How to get the value of dropdown which was there before submitting. Can we track this?

 

Regards,

Nilanjan

Categories:
  • joe_hannes_col Profile Picture
    1,843 Super User 2024 Season 1 on at

    Hello @Dronzer10,

     

    You could add a formula to the save button that triggers before submission. This formula could save the current dropdown value to a variable:

    Set(varValueFromDropdown,Dropdown1.Selected.Value);
    SubmitForm(Form1)

    You can then retrieve the variable and show it in a text field, for example.

     

  • Dronzer10 Profile Picture
    51 on at

    Hello,

     

    Dropdown1.selected.value will give the current dropdown value. But what my requirement is what was the dropdown value  before the the user changes and submit the form.

    Many Thanks,

    Nilanjan

  • joe_hannes_col Profile Picture
    1,843 Super User 2024 Season 1 on at

    Hello @Dronzer10,

     

    If you save the value of the dropdown in your form before you submit the form (e.g. using the formula above) to a variable, you can retrieve the earlier dropdown value through the variable.

    For example, enter the variable name as the Text property of a label control:

    joe_hannes_col_0-1624363021406.png

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard