How can we import react application into service now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 07:17 AM
How can we import react application into service now.
I saw one probable solution & that was -
1. Create a system property and the add the HTML code over there.
2. Create a Scripted Rest Service, then add GET request, over there call above system property and fetch the html to service now on the provided path.
This complete flow is working as I pass any HTML code, It is being rendered to service now,
But when I pass HTML file by converting from react application (through npm run build command), It is not working.
Can anybody tell me what's problem here.
Or if you have any other ways through which you are rendering React Application into ServiceNow platform, Then please reply & let me know.
Thanks!