Component expose local variable

Hello!

I am trying to figure out how the component local variables can be exposed outside the component.
I expected to be able to see the variable exposed on every instance of the component once exposed, like seeing and being able to affect it on an instance workflow, but I do not see the variable outside the component.

Is there something I am doing wrong or missing?

Thanks,
Arturo


Seems like you can only read them from outside, you could try to change them with JS, but I’m not sure how that would go. Your best bet would be to set a workflow that you will be calling that will reset/change the value.

Seems to work on object as a variable, but I’m not sure about other data types.

1 Like