Flow error on edit

Wappler Version : 4.4.4
Operating System : mac intel
Server Model: node
Database Type:
Hosting Type:

Expected behavior

After entering two actions into a Run action within a page flow, I should be able to go back later and edit it.

Actual behavior

The following error is received:

How to reproduce

Create the following flow:

<script is="dmx-flow" id="flow1" type="text/dmx-flow">{
  run: {
    action: "{{average_price_active.setValue(comps_active.data.avg(`list_price`));average_price_pending.setValue(comps_pending.data.avg(`list_price`))}}"
  }
}</script>

After successfully creating the flow, go back in and attempt to edit the Data Format of the first value.

report1639611999005.zip (950.0 KB)

This has been fixed in Wappler 4.4.5

This topic was automatically closed after 47 hours. New replies are no longer allowed.