Call Data Transform when Load Form in Tab layout

Hi Team,

I have dyamic layout wich display type as Tab, and In here I have 3 Tab, so I want to call Data Transform with paramiter when user switch to 3rd Tab (Form Load) ,how can I configer thease task

@Eranda10274 within the tabbed layout group, those 3 tabs will be 3 dynamic layout.

You can call data transform in this way.

  1. Click on 3rd dynamic layout

  2. General tab

  3. Enable Defer Load contents

  4. Enable specify a pre-loading activity

  5. Create an activity-> calling DT inside this activity (configure parameters to both activity and DT)

  6. Now you can use that activity in specify a pre-loading activity which you enabled before and you can pass parameter to the activity from here which inturn passes to DT and helps you in processing further.

Thank you @Anoop Krishna