Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Bulk import on record producer table and fill up variables

Vinicius2
Kilo Sage

Hello everyone,

I need to bulk import using an excel file in to a custom table, the records in this table are created using a Record producer, how can I import this records and fill up this variables on the record?

Vinicius2_1-1695125238811.png

 

 

1 ACCEPTED SOLUTION

Vinicius2
Kilo Sage

Hello
I figure it out a way of doing this.

I created a fix script using the API "submitProducer"
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_sc-namespace/c_CatItem#CI-su...

View solution in original post

3 REPLIES 3

Saurabh Gupta
Kilo Patron

Hi,
Are you creating the the record through script?

 

 


Thanks and Regards,

Saurabh Gupta

Hello,

Yes I would create the records via script, I needed something similar to a transform map but that would work with the variables on the form

Vinicius2
Kilo Sage

Hello
I figure it out a way of doing this.

I created a fix script using the API "submitProducer"
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_sc-namespace/c_CatItem#CI-su...