The CreatorCon Call for Content is officially open! Get started here.

import set table

HS7
Giga Guru

Hi

I have a question about import set table.

Is it possible to use the import set table used by Robust import set transformer in a transform map as well?

1 ACCEPTED SOLUTION

@HS7 

import set table can be used with both but 1 at a time

you can't apply it with both together

This OOTB BR will block that insert

AnkurBawiskar_0-1760682915488.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

sangrulkaradvai
Tera Contributor
Yes, it is possible to use the Import Set Table that was used by the Robust Import Set Transformer in a Transform Map in ServiceNow .

the process is similar to using any other Import Set Table in a transform map. However, there are some things you need to understand regarding how the Robust Import Set Transformer works, especially if you've customized the transformation with scripts and additional logic. 

 

https://www.servicenow.com/docs/bundle/zurich-integrate-applications/page/script/server-scripting/co...

TejasSN_LogicX
Tera Contributor

Hi @HS7 ,

Yes, technically you can use a robust import set table in a Transform Map, but it’s not recommended.

because the robust import tables are controlled by ServiceNow and work differently from normal tables. Using them directly can cause problems, so it’s safer to copy the data to a regular import set table before running a transform.

Ankur Bawiskar
Tera Patron
Tera Patron

@HS7 

yes same import set can be used with Normal Transform map + Robust Transform map as well

check this

Import Set API with Robust Transform map - response is always "Invalid table" error 

Robust Transform Engine vs Transform Maps 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

HS7
Giga Guru

@Ankur Bawiskar @TejasSN_LogicX @sangrulkaradvai 

 

Thank  you.

But..when creating a new Normal Transform map, an error occurred when specifying an import set table used with the Robust Transform map.

HS7_0-1760682468863.png