While loop in page flow generates error v6b9

Wappler Version : 6.0.0 beta 9
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

The following while loop in a page flow should work

  {
    while: {
      condition: "{{!message_threads.data}}",
      exec: {
        steps: {
          wait: {delay: 100}
        }
      }
    }
  }

Actual behavior

lastError: "this.parse is not a function"

Screenshot 2023-09-27 at 7.55.28 AM

Seems this is not limited to while loops. Also seeing in a conditional evaluation.

What does that action step look like?

Please test following update: dmxAppConnect.zip (116.8 KB)

Fixes both.

Fixed in Wappler 6 beta 10