Invoke a transform map from a Scoped APP?

joshtessaro
Tera Contributor

I need to be able to invoke transform maps against a given Import Set form a scoped app. SN is making a rest call out to a 3rd parts system to bring back the data which is then being pushed into import set rows which should then be transformed.

I have used GlideImportSetTransformerWorker In global in the past but this is not available in Scoped Apps.

There is no file and I am not keen on receiving the data just to post it back to SN via rest or convert it to a .csv to add it to a file on a data source. Obviously there are options in global that can be called from in scope (events/script actions or new business rules on sys_import_set/sys_import_set_row) but I would like to keep everything in scope, thoughts?

Thanks.

2 REPLIES 2

anjalichoudhary
Kilo Guru

Hi Josh,



This link might help you to fulfill your requirement:



How to invoke transform maps in scoped apps?



Hope it helps!!



Regards,


Anjali


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Josh,



Transform map will be triggered as soon as the records are inserted in import set. Is that not working for you?


Please let me know.