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)