Data Detail does not correctly show concatenated field values in Beta channel

Wappler Version: 6.3.1 Beta
Operating System: Windows 11
Server Model: Capacitor
Database Type: N/A
Hosting Type: N/A

Expected behavior

The dynamic expressions should return the concatenated values. If any of the expression values is blank, the fields with values are still returned. This works in Stable channel.

Actual behavior

In the Beta channel, if any of the concatenated field’s values are blank then none of the field values are returned.

How to reproduce

  1. Setup a data detail.
  2. Concatenate multiple values from the data detail, where some of the fields will not have a value.

Example: {{data_detail_contacts.data.Prefix+' '+data_detail_contacts.data.FirstName+' '+data_detail_contacts.data.MiddleName+' '+data_detail_contacts.data.LastName}}

This should have been fixed in the last update, here is the latest version: dmxAppConnect.zip (114.8 KB)

1 Like

Thanks @patrick. I updated to 6.3.2 and can confirm the issue no longer appears in it in Beta channel.

1 Like