I've a situation where I'm using a "trigger" inside “An Action” (In my Integration). So, I want to know the source (which action is using this Trigger.)
e.g:
I've one common trigger which I want to give result bases on Action.
If Action Create Customer Calling aTrigger A] then return X, Y.
Else if, Action "Create Invoice" Calling aTrigger A] then return W, X.
so I can detect in Trigger A that this time source is “Create Customer” or "Create Invoice".