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

Notifications

Announcements

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 142
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
    142 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 Super User 2025 Season 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 321

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 311 Super User 2025 Season 2

Last 30 days Overall leaderboard