@mmollet You are correct! That's exactly what I'm trying to do.
It doesn't seem to like the "=". I get the red squiggly.
I tried doing 'Created by'.FullName=User().Fullname) just for kicks. "Fullname for Created By doesn't even appear as an option like "email" does.
When the code appears to be error free, it just comes back with "We didn't find any data."
I've also tried the code on my "Requestor" column which autopopulates with the current user's name as a result of the following code added to the DefaultSelectedItems of the DataCardValue:
If(NCAForm_1.Mode = FormMode.New, {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims:Concatenate("i:0#.f|membership|",User().Email), DisplayName:User().FullName, Email:User().Email}, ThisItem.Requestor)
Maybe something in that code can help identify a possible solution?
By the way thank you so much for your time and really wanting to help me figure this out. 🙂