Hello there,
I created a custom data type(schema) called, Summary with fields category(String) , total(double). Also included it as an argument in the custom function.
But I can't find a way to return Summary data type from the custom function. Is it possible to do it? if possible, how?