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 / status field setting.
Power Apps
Answered

status field setting.

(0) ShareShare
ReportReport
Posted on by 213

1. Default value for field status is Draft. 

2. When Submit the value should change to Submitted

3. When Copy Document, new copied form status is Draft.

 

How to set this? I try to avoid using variable in the status field as it keep on refresh. 

 

t2.JPG

 

t1.JPG

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @NurNida 

    For one thing, take the UpdateContext() out of the SubmitForm() sequence and put it in the OnSuccess property of the form.  You dont't want to execute the UpdateContext() if the form doesn't successfully submit. 

  • Verified answer
    NurNida Profile Picture
    213 on at

    I tried  but still not working. 

     

    Somehow, i used patch in submit button and it works accordingly. 

     

    Patch(
    'Technical Request',
    Defaults('Technical Request'),
    Form1.Updates,
    {Status:"Submitted"}
    );

    SubmitForm(Form1);
    Navigate(IntroScreen,ScreenTransition.Fade);

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard