Announcements
Hello.
I want to navigate to the detail screen of the item which was just created when I press Submit button.
How I can do that? I've tried to make another screen with detail form and what I need to put into Item? LookUp(StationaryOrders, ID = ???) there is no ID before submitting new item.
Hi @ppl ,
Store the result on submit of the form to a variable and see if the variable is not null. And assign the ID from that variable to the details form.
OnSuccess of the Form, set a variable:
Set(varlastItem,FormName.LastSubmit)
Then in the Detail form Item property put:
varlastItem
If you want only the ID:
varlastItem.ID
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 366 Most Valuable Professional
11manish 184
MS.Ragavendar 99 Super User 2026 Season 1