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.
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.