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 / Form + show/capture fi...
Power Apps
Unanswered

Form + show/capture field updated by user

(0) ShareShare
ReportReport
Posted on by 776

Hi Experts,

 

Is there a way to capture what changes/updates user made in the form.

 

As I want to call flow from PowerApps, if user updates a particular field.

 

Flow shall be called on submit form action.

 

And the flow should only run, if that particular field is updated

Categories:
  • Gerard Simpson Profile Picture
    2,987 Moderator on at

    Hi @AshishJaiswal 

     

    You could add an IF statement into your Submit Form Button something like:

     

    If(

    !IsBlank(DataCardValue.Text),

    YourFlow.Run(DataCardValue.Text)

    );

    SubmitForm(Yourform)

  • AshishJaiswal Profile Picture
    776 on at

    @AmDev 'isblank' wont work as there is existing value inside the control

  • Gerard Simpson Profile Picture
    2,987 Moderator on at

    @AshishJaiswal - What is the value which is there and is it always the same value before a user changes it or can it vary?

     

    Also in terms of what the user changes the value to, is that always to the same value or can that selection be different user to user? 

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 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard