Hi All,
I think I have found a bug in Power Apps, or perhaps I'm just not using it right.
I submit a form and go to a new screen. The LastSubmit function can return all fields in my submitted form except the Email field. It says that the formula is incorrect.
Here's an example showing two fields being used from the submitted form.
"The last record that you submitted was for: " & NewForm1.LastSubmit.MeetingSubject & " by " & NewForm1.LastSubmit.'Bacon Bap'
But when I add the Email field from the drop down list of fields as below

It then says there's an error

I've tried just putting the email value into a text box by itself and get the same error

Thanks!