Boolean Input Scheme

My actor Input Scheme have hundred of optional BOOLEAN parameters (literally). When user not selecting any of the options, the platform set the default values to False (all hundreds parameters). This could create confusion ? How to prevent this from happening ? How to make platform just set True only for users selected options ? Thanks.
No description
No description
3 Replies
Alexey Udovydchenko
Alexey Udovydchenko•17mo ago
Currently its the way how input schema works. There should be no confusion, since if value not required, it can be exluded from input json. Only webapp adding it for input submitted by visual form.
!!!Joefree!!! 👑
!!!Joefree!!! 👑OP•17mo ago
Make sense. Thanks @Alexey Udovydchenko 😊
!!!Joefree!!! 👑
!!!Joefree!!! 👑OP•17mo ago
However... when I try to run the actor, some thing went wrong ... 🤔
No description

Did you find this page helpful?