AppConnect 2 beta: Set Value with undefined variable becomes "undefined" string literal

AppConnect 2 beta: Set Value with undefined variable becomes “undefined” string literal

Assume:

  1. Query Manager component on page
  2. Page loaded with no GET arguments (consequence: all query manager’s variable are undefined)

Situation:
image
Set Value with the value of a query manager’s variable (which is undefined)

Actual:
The Text Input becomes “undefined” (string literal) instead of empty string (AppConnect 1 behaviour)

Workaround:
Use .default('') on the Set Value expression so undefined becomes an empty string instead of “undefined”

Here an update: dmxAppConnect.zip (28.8 KB)

Fix verified, thanks :slight_smile:

This has been fixed in the latest beta updates.