Announcements
Hello,
I have a very long form.
Page 1 - Edit form
Page 2 - Patch()
Page 3 - Edit form
How to I let patch() know I am patching the item created on page 1? How do I refer to that specific item on page 3?
You can create a global variable with the Set function
Set(variableName, Patch(...));
or create a local variable and pass it in the Navigate function
UpdateContext({variableName: Patch(...)}); Navigate(Page3, ScreenTransition.None, {variableName: variableName});
The same you could do with the Record you referred in the Edit form on Page 1.
@FlorianHelten so I attempted to do the local variable but am getting an error.
How to I create a variable and set it to the ID? What syntax for ID?
I really appreciate it!
I got it to work and for the next page all I did was:
Thank you so much @FlorianHelten! That was super helpful! You are awesome!
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 514
WarrenBelz 419 Most Valuable Professional
Valantis 295