Can we use import sets and transform maps in scoped apps

ramireddy
Mega Guru

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.

4 REPLIES 4

ramireddy
Mega Guru

Any help please?


Ashutosh Munot1
Kilo Patron
Kilo Patron

can you directly load it on to table....like right click on table and import xml or excel


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?


veena_kvkk88
Mega Guru

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.