- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
@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.