Kinetic Customization - assign returned value from function

Hey folks,

I thought I knew how to do this, but apparently not.

I have a boolean value coming back from a function and I’m trying to assign it to a UD field on UD100.

Here’s the setup in the customization:

And a detail of the JSON field:

The UD100 field isn’t getting set, but if I show the returned value in a dialog box, I get its value:

What’s the magic here?

Thanks,

Joe

Try not putting a data type of boolean in. I have a few examples that work and none of them have a datatype.

I just figured that out. I had only put the type there because I was getting some error and it stopped giving me the error when I selected the type. I must have done something else wrong, too.

Thanks,

Joe