Hello and thanks in advance for considering my question.
I have a gallery, containing a list of requests. Upon the selection of an item in the list, I have the variable set as:
Set(varRecordEmail, ThisItem)
Standard stuff. It then navigates to a new approval screen where the record data is parsed from varRecordEmail IE, name, department, status, ETC....
If the user presses the 'approve' button, the gallery is patched back to the list and an email is sent to the requestor. For that email I am using varRecordEmail.'Created By'.Email. I tested this 50 times yesterday without issue. Now, this morning, I have an error and when I hover over or retype, 'Created By' is not even an option when combined with varRecordEmail. If fact, 'Created By' is the only thing from variable that isn't available.
Consequently, I also use varRecord as a variable on the very first screen on my app. Once set, anywhere I go in the app I can insert a label and set it to varRecord.'Created By'.Email, and it works perfectly. I can see no difference in the two.
I feel like I have done this exact thing many time and have no issue. WTH am I missing???