Is there no way to create a radio button/list or checkboxes?
Page 1 / 1
Hi @pulse-chris
I haven't seen it as an option before. Checkboxes for example can be used in something like “Create New Records in case no record found” in case its a Find action. But not as part of the zap I guess
Hey @pulse-chris
With the CLI, you can build a dropdown that allows for multiple values to be selected.
where the value for the dynamic property is a dot-separated string concatenation following this pattern:
The key of the trigger you want to use to power the dropdown. (required) The value to be made available in bundle.inputData. (required) The human friendly value to be shown on the left of the dropdown in bold. (optional)