Hi all
Does the Self operator work with component? I need to include multiple instance of a component in an app. They have a property to identify them like ComponentName. And I need to access this property in a formula

Hi all
Does the Self operator work with component? I need to include multiple instance of a component in an app. They have a property to identify them like ComponentName. And I need to access this property in a formula
Yes,
You can refer to output properties of the component (and other properties) using the Self operator. This may be limited in some contexts, but overall yes you can use it this way.