I'm writing a custom functoid that returns a bool, although I can return strings "true" or "false", or int 0 or 1 if necessary to accomplish my goal.
Can anyone tell me which OutputConnectionType I need to set to allow this to connect to the first input of the Value Mapping functoid?
I have tried ConnectionType.FunctoidLogical and ConnectionType.AllExceptRecord, now headed for ConnectionType.All. Again, there are a few more permutations to test but I was hoping to short circuit the wheel spinning if someone has a suggestion or answer.
BizTron.