Get Element's name inside workflow

Hello,

I was wondering if there is any possibility to access the “Element’s Name” in that element’s workflows? I already tried to look in the “thisInstance” but could not find any reference to it.

For reference, I am referring to this value:
image

Thanks!

Hello @Kris :wave:
I believe this Name is only for displaying in the Editor. To target elements, you can use an Id or Class :slight_smile:
Or, is your use-case more specific?

1 Like

You could also use the data attributes and then the thisInstance if classes don’t do it for you.