Can we use import sets and transform maps in scoped apps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2016 02:16 AM
We are developing a scoped app. We need to import data into SNOW custom tables via import sets. However, I am getting various scope errors like below.
GlideImportSetTransformerWorker is not allowed in scoped applications
Is it possible to use transform maps in Scoped Apps? I have data available in JSON format. I need to move this data to import tables and then to final tables via transform maps. This process is successfully working in global scope though.
Though, ImportSetUtil script include exists for this purpose, this doesn't have permissions to be called from other application scopes.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2016 09:35 PM
Any help please?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2016 10:42 PM
can you directly load it on to table....like right click on table and import xml or excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2016 06:04 AM
I am looking for an automated job, there won't be manual intervention.
For now, I am able to do synchronous load. But I am looking for async load. While creating row into sys_import_set table with async mode, its not inserting record into table. Any one used Async load in scoped apps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 10:02 AM
Hi Ram, did you find a solution to this? I'm looking to import data into a table in a scoped application. I'm wondering how to go about it without encountering scope issues. I haven't found proper documentation about this. Hoping you might have figured out a way.