Forum Migration Notice
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Extend block type to include function results other than boolean

At present (Skills Creator v1.4), there are only two options when creating a block.
1: Procedure
2: Boolean function.

This is quite limiting.
We should be able to call any function and return the result (in whatever data type is used by the function).
At present the only workaround is to create a procedure which in turn calls the function or use custom code.