Run Flow Syntax

@patrick, @teodor

So I’m experimenting with the Run Flow feature.

(Hands up, I admit I’m doing this in Wappler 3.9.7… I’ll be on version 6 very soon!)

The user interface I’m seeing is rather basic and doesn’t give any option for adding parameters:

run_flow

This creates the following code:

              {
                subflow: {flow: "flow_entry_price_changed", name: "test_flow"}
              },

Am I right in saying that if I put the full flow call inside {{}} then it should work okay, so like this?

              {
                subflow: {flow: "{{flow_entry_price_changed.run({attendee_number: $param.attendee_number, price_category: $param.price_category, price:$param.price, quantity:$param.quantity, booking_item:$param.booking_item, entry_price_id:$param.price})}}", name: "test_flow"}
              },

It does seem to work okay…!

So what was your question exactly?