Greetings,
As the Subject line says, I am trying to figure out how to set a field value, [RequestName] to equal the values of two other fields [LastName] and [FirstName] plus a text string.
I routinely did this with InfoPath Custom List forms but it doesn't seem as straight forward in PowerApps, though this is the first time I have tried to use PowerApps.
The end result would be something where the [RequestName] field ends up being "New Transaction Request For "&[LastName]& ", "& [FirstName].
I have put that in the as the field's default value setting, but that doesn't work on Save. If I open the list item back up and save it, it will show update the [RequestName] field. I need this to get set on the initial form submission.
Any help would be greatly appreciated. Thanks....B