Notifications
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 757 Most Valuable Professional
Michael E. Gernaey 322 Super User 2025 Season 2
MS.Ragavendar 209 Super User 2025 Season 2