how to confirure the full name field from first name and last name by using calculated read only
@BhanuPrakashReddS good morning
Did you try to configure a Declare Expression in the FullName property that sets this to the desired value?
Cheers,
Iñigo.
You can concatenate two or more properties in a data transform. Just a basic Action: Set Target: .FullName Relation: equal to Source: .FirstName + " " + .LastName should do the trick. Obviously, if the FullName property needs to reside on a different page, you will need to explicitly map the pages as appropriate.