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 / Automatically choose a...
Power Apps
Unanswered

Automatically choose a value from choice column when submitting form

(0) ShareShare
ReportReport
Posted on by 148
I have a choice column in a SP list so far it's original, rejected, edited, Completed.
 
that when a new submission is sent, it defaults to original and working correctly.
I am making an app where if the requestor makes any changes, it will automatically update the choice column to "edit".
Tried to see if I could update that in the app, but the few tries isn't working.
 
Do I have to make another flow and do a run command when the user submits it?
I have the same question (0)
  • MVP-Phipps Profile Picture
    3,508 Super User 2024 Season 1 on at
    If I am understanding correctly. When a user makes an update via the Power App you would like the choice column to update to 'edited'?

    Are you using custom fields or a form? If Form you can update onsuccess if custom fileds you can use a patch statement. Please provide more details. 

    If this helps, please like. If this solves the problem, mark as a solution.

    Follow me on LinkedIn: https://www.linkedin.com/in/charlie-phipps-bennett-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
  • nerdyplayer Profile Picture
    148 on at
    I am using a SP list, and using an Edit form for the user input the data.
     
    I have 2 canvases, 
    Submission -for initial submission. the choice Column value defaults to Original. Working as intended.
     
    edit page- if user is on this page, when they submit the editform, I want the choice column to automatically switch to Edit.
  • ronaldwalcott Profile Picture
    3,847 Moderator on at
    I believe that you can set the default to something like
    If(
        EditForm1.Mode = FormMode.Edit,
        { Value: "edit" },
        Parent.Default)
    
     
    where EditForm1 is the name of the form but you still need to consider if the form edit condition is the only condition that determines the change in the choice column. How are you setting the 'original' value? Do you set it as the default?  

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
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard