I am trying to update a variable after submitting an edit form. I am looking for something like "OnSuccess:UpdateContext({Variable:ThisItem})" or "OnSuccess:UpdateContext({Variable:LookUp('[dbo].[Table]',ClientID=EditForm.LastSubmit.ClientID)})"
The ClientID is a required unique key in an Azure database.
I already have a variable that updates a display form with "OnSuccess:UpdateContext({Variable2:EditForm.LastSubmit})", but this language does not update the item which other parts of the app rely on.
Thanks for any help.