Views:
What’s happening?
When attempting to concatenate multiple field values into a single field in Power Apps, the Concatenate function returns an error.
Reason:
This occurs when attempting to concatenate fields that are not of the Text data type, such as DateTime fields.
Resolution:
Ensure that all fields used with the Concatenate function are of the Text data type. If a field is not a text type, convert it to text before concatenation.
More information: