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.

Where to get more demo data of the Incident record?

tidert_24
Mega Sage

Hello Devs,

 

I need your help finding a bunch of demo data for the Incident table and how to import it by batch. 
I tried using this application to generate data but it only generates random characters and not actual sentences and paragraphs.

Data Generator - Share | ServiceNow Developers

tidert_24_0-1717577328675.png

 

I appreciate any help that you will all provide. Thank you so much for your support.

12 REPLIES 12

I was recently experimenting with this. The one issue you'll probably have is with the dates. You can transform on some date fields, but not all. I'm still trying to figure this out. 

 

But for everything else? Yes. The LLMs will help. DeepSeek gave me a Python script that creates a CSV with all the fields I asked it to create for me. Took me about two hours "vibe coding" (I hate that term, but hey). 

Oh, and it screws up with PA too. The dates do. So if there's a better method of importing data with dates, let me know.