Calling Activity from Data transform

Hi all,

How can I call Activity from Data transform ?

@Eranda10274

You can make use of pxExecuteAnActivity function to invoke activity from data transform..

You need to give the page context and activity name as an input value to this function…

@Eranda10274 In DT we have expression builder in search browser we have a function called pxExecuteActivity.

Hi @Eranda10274

We can use Below functions

  1. CallActivity (Pagename,ActivityName)
  2. pxExecuteAnActivity (Pagename,ActivityName)

I hope this will help you,

Thanks,

Ashok