Bug-Add data row (2022.10.3)

@THIRU_NANI Good find!

For anyone who want to use new package there is a go around this bug by using DirectCast(variable, Object)

In this example:

{DirectCast(“ABC”, Object), DirectCast(124, Object)}

1 Like