Announcements
// When navigating to the edit form Set(currentItemID, YourItemID); Navigate(EditScreen);
If( Form1.Valid && Form2.Valid, // Check if both forms are valid Patch( Tracker, LookUp(Tracker, ID = currentItemID), // Find the existing item by ID Form1.Updates, Form2.Updates ); Navigate(SuccessScreen) // Navigate to the success screen only if Patch is successful )
If( Form1.Valid && Form2.Valid, If( IsBlank(Patch( Tracker, LookUp(Tracker, ID = currentItemID), Form1.Updates, Form2.Updates )), Notify("Error updating item", NotificationType.Error), Navigate(SuccessScreen) ), Notify("Form validation failed", NotificationType.Error) )
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 536
WarrenBelz 426 Most Valuable Professional
Haque 305