Event actions-Access to "calling" object

Problem:
Hello. I need to access calling object name inside an event action, or advanced action ; is this possible ?

ActivePresenter version: 9.0.7

OS: Windows10

Hi @pbouille,

It’s possible with Execute JavaScript actions.
In an Execute JavaScript action, “this” is the calling object.
You can use this.name() function to get the calling object name.

Regards

2 Likes

Thanks a lot…I’m not an expert in javascript…