Hello,
I'm using a customized sharepoint form via PowerApps. Normally users making inputs via a PowerApp. There is a grayed out field
where I automtatically pulling the users email in a input field: User().Email
Now I also have a customized form in Sharepoint where users can manage their old items or correcting mistakes. Since every person in the department can correct the items of others, using the same User().Email function would overwrite the actuall creator of that entry.
So I want something like : If (!isblank(DataCardValue1.Text); User().Email)
Which means: When I'm editing a existing record of a collegue don't overwrite email, in case I'm making a new item via customized form then automatically input my email.
Hope somebody has an solution to this.
Best.