In the documentation for the choose
control, it is shown that you can use {{custom}}
as the value to automatically break out the control.
Is there a way of controlling what the value is when it is broken out, as currently it fills the value with {{custom}}
which then needs to be removed before entering the custom control.
I would like a similar functionality to the Items
control of the Looper Consumer
options, where clicking on Many
breaks out the control and fills 4
as the new value.
I can see in the source code for this control that it is set up as below:
But the custom_value
can not be set anywhere within the parameter json.
Thanks!