Data transform rule calling

hii I’m a student.

The data transform rule we can call in flow action rule but,How can we call data transform rule in a section rule in a single step.

@DHARANIDHARANK16770095 If you have feasibility to call DT on pre of flow action, you can call DT there. If you don’t have any other option you can use this option to call DT in the section rule->

In your dynamic layout in the section-> Enable checkbox - Defer load context → Call an activity(create an activity and call this DT in that activity using apply Data transform) which calls yours DT

Hi @DHARANIDHARANK16770095, Would you be able to share some additional details on your use case? There are ways (like using deferred load) to call a data transform in Section, but it is not suggested unless there is a real need. Flow action will have pre and post processing logic where you can refer a data transform. You can also refer a data transform in flow connectors and many other places.

I hope are following through PEGA academy courses. Please let us know if this is in context to any of the learning material.

If you have started with system architect mission, you will get a separate module about data transforms in Data integration mission (part of system architect mission).

Happy Learning!.

Thanks.

@Anoop Krishna

Thank you sir for Your Reply

@ArulDevan

Thank You Sir For Your Reply