I need to set a field value to a variable when the form loads. I added Set(myVar,SharePointIntegration.Selected.Title) to OnEdit, but this method doesn't work consistently. Half of the time, the variable would show the value of the previously opened item.
The screenshot shows myVar is equal to "Orange" from another item. It'll change to "Apple" if I manually execute the Set function again by clicking the button. This behaviour seems to happen only when the form takes a little longer to load than usual.

