Programmatically combine two separate fields

Pretty sure I can use a Pipe for this though I’ll admit I’m failing to figure this out.

My goal is to take two independent fields “First Name” and “Last Name” and combine them in one field called “First and Last Name”. The front end would only allow for adding the First Name and Last Name, where the combined field is only visible later, not editable.

The combined field is to be used in some areas of the app, where the separate fields are used in other areas.

Take a look at Text Formulas.

1 Like

Much simpler than I was attempting. I overlooked this option, thinking I had to use ‘Rules’.

Problem solved!

1 Like