[BUG?] Private custom property returns undefined in popup title

When passing a private custom property to a popup window's title via a Popup Action, the value returns as undefined instead of the expected property value. Is it normal or a bug? :person_shrugging:

P.S. I haven't tried it via script.

image

Actions other that Script run in the browser, and therefore do not have access to private properties (that's the point--private means it stays in the gateway).

1 Like

Thanks, that’s good to know. I’ve been reading this topic and I think I took it too literally.