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 / Display created ID aft...
Power Apps
Unanswered

Display created ID after successful form submission

(0) ShareShare
ReportReport
Posted on by 19

I am not sure how to do this with the Notify function on the OnSuccess property in a form but I want the notification to display the auto-created ID number after a new form is submitted.

I've tried Notify("Form successfully submitted. ID is "& Form1.LastSubmit.ID, NotificationType.Success) but it only shows the text part and not the ID as well.

Categories:
I have the same question (0)
  • cdwhite Profile Picture
    1,069 Most Valuable Professional on at

    Hi @esang,

    You could try storing the last submitted ID as a variable first, then reference that in your notify:

    UpdateContext({cvLastSubmittedID: Form1.LastSubmit.ID});
    Notify("Form successfully submitted. ID is "& cvLastSubmittedID, NotificationType.Success)

    Alternatively, if you want other information from the previously submitted form, you can bring the whole object back, then reference the ID

    UpdateContext({cvLastSubmitted: Form1.LastSubmit});
    Notify("Form successfully submitted. ID is "& cvLastSubmitted.ID, NotificationType.Success)

     Maybe try one of those approaches and see if it works for you?

    ------------------------------------------------------------------------------------------------------------------------------
    If I've answered your question, please mark your post as Solved. You can accept more than one post as a solution.

    If my response was a good one, please give it a Thumbs Up!

    Visit my blog: https://platformsofpower.net

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard