Show contents of uploaded file in Portal before submitting the form?

SNNoob
Giga Expert

Heya!

I have a record producer which allows users to load up an Excel file to import Users to ServiceNow. That's all working fine.

However, would it be possible to showcase the contents of the Excel file in the Record Producer page, before submitting (in a somewhat similar fashion to list views would be nice but not necessary). Challenge here is of course that since the records don't exist in ServiceNow until the form is submitted, any related lists are out of the question.

So far, I'm under the impression that this is impossible but perhaps someone here has ideas if this is doable?

1 ACCEPTED SOLUTION

Saurav11
Kilo Patron
Kilo Patron

hello,

Ins Servicenow we do have functions to do the same check the below article:-

https://developer.servicenow.com/dev.do#!/reference/api/rome/server/sn_impex-namespace/GlideExcelParserScopedAPI#GEPS-GlideExcelParser

Please mark answwr correct/helpful based on impact

View solution in original post

5 REPLIES 5

Thanks Saurav!