Forum Discussion
jaryszek
4 years agoSuper User
Need help with function to get column types
Hello, i am using function to get column types: let func =
(TypeAsText as text) =>
Record.Field(
[type null = Expression.Evaluate( "type null", [ type null = type null] ),
type ...
ImkeF
4 years agoCommunity Champion
Hi jaryszek ,
sorry, was on a different track here.
Although I had mentioned in my blog, that only primitive types can be returned, this was not reflected in my function. So all complex types would actually be returned as their correponding primitive type. Sorry about that.
Have adjusted the function accordingly.