Unsupported GUID values?

Hi!
Are GUID types not supperted?
I discovered it because the sender was getting stuck without any warning/error. I’ve then connected the serialization component and I got the warning.

Thanks!

Ciao @iltabe! I’m sure if you make that dude a string, it’s going to pass through nicely. I suspect GUID data types need to be handled in a special case in serialisation/deserialisation, which we probably don’t do right now. I’ll ping @cristi / @AlanRynne to raise an issue if that’s the case.

1 Like

Yes, of course as string it works properly!

Since any component complains, I would either convert the type automatically, or trying to expose the same exception the “ToJSON” component has also to the sender!

Thanks for the fast reply!

3 Likes