- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 11:43 AM
Hi, i am hoping to move a basic CRUD web application into ServiceNow. In summary a user will enter a username in a field and hit submit. On submit, an API call is made to a remote service, retrieves some data and displays it on the screen. The user can then enter some additional information in other form fields, hit submit and this time, another API call is made to write data back to the API and again display the results back onto the screen.
So far I have setup a "studio" application, a form, an oauth app to the remote service, a rest message and a remote table to hold the initial ephemeral data. All of this works fine.
Now, I am trying to "display" this data onto my form. Idealy I would like to use the HTML field and render HTML in the form, is this possible?
Should i not be doing this and doing something else?
Is ServiceNow, not a good fit for this type of app?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 12:20 PM
Hi,
Just like remote table functionality Remote tables
But you want to show data in HTML rathar than form if i am not wrong.
Getting data with format preserving from HTML field in serivce portal?
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 12:20 PM
Hi,
Just like remote table functionality Remote tables
But you want to show data in HTML rathar than form if i am not wrong.
Getting data with format preserving from HTML field in serivce portal?
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***