Question
Can we access local variables of an activity in a called data transform ?
there is a final activity that calls a data transform which is an extension point. I want to access the local variables of the calling activity in my data transform to do some processing ... Is there any way to do that ?
End requirement :-
On upload of an image in an RTE (rich text editor), I want to check the size of the inserted image, the moment it is uploaded. There is a OOTB final activity that is going to upload the image file and it being final, I cannot modify it. It calls a data transform that can be used to set an message to user.
You can send Local variables as parameters to the Data Transform.