Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Executing Robust Transform from script

zuzana
Tera Contributor

Hello,

 

I would like to ask for a advice. How can I trigger execution of Robust Transform Map from background script (script step in Flow Action)? We are importing records via Flow Action Powershell script. Import Set is created for each import but the Robust Transformer is not automatically triggered after the import is finished, how can I trigger the transformation via Robust Transform?

 

Thank you for any advice! 

update:

It works with code for regular transform maps (var grTransformer = new GlideImportSetTransformer (); grTransformer.transformAllMaps();) but you need to create even dummy Data Source which will connect the correct Import Set Table with the correct Robust Transformer.

0 REPLIES 0