Has anyone else noticed this today? OnSuccess of my form, I am setting a variable... Set(varLastSubmittedAsset,Self.LastSubmit)
that works great, and I can even set the Item property of the form to varLastSubmittedAsset, and it pulls in the record.
The issue becomes apparent when I try to use that variable elsewhere.... even just in a label.. if I set the text property of a label to something like varLastSubmittedAsset.ID... it errors out and won't let me access anything nested in the record variable.
I am a long time app maker, and even train hundreds of new users on the platform. Seems like a bug that I hope gets fixed soon. I tried switching Authoring versions and the issue persists.
Just curious if others have noticed the bug as well.