I have a SharePoint list customized with a Power App form.
I have these three fields:
First Name (single line text)
Last Name (single line text)
Full Name (single line text non-editable / view only)
What's the best way to combine both First Name and Last Name fields into the Full Name field? Is there a way to do this as the user is filling in the form? I'm thinking I can trigger the Full Name update from the First Name and Last Name OnChange events?
What's the best approach?
Thanks,
-Greg