Sometimes it is useful to use the numbers 1 and 0 instead of True and False. For example, one just needs to add up all variables to know how many are set True.
Sadly, a direct convertion of the data formats is not supported by Blue Prism. The calculation 'ToNumber(True)' creates an error. Doing it by hand would be possible, but time consuming and could probably be implemented in a faster way.
In this context, the implementation of the signum function sgn(.) would be handy too.