i have a question: how can i retrieve and display the field values of a record producer form in a ui

Naoual Touil
Tera Contributor

I have a record producer form, and after submitting it, I want to display those values on a UI page. For example, when I fill in the short description and description in the form and click on submit, I want to see those values on my UI page, but I don't know how I can do this

2 REPLIES 2

Uncle Rob
Kilo Patron

Never had to do this on a record producer before.  Typically when you want variable data on a task that's being created by a record producer, you've got to put the variables formatter on the form.

Hello Uncle Rob, thank you for responding to my post. My issue is that when I submit the form, I want to redirect it to a UI page, similar to how RITM (Request Item) works in ServiceNow - when you submit a RITM, it redirects you to a UI page containing the request number, state, and other details. I want to implement the same functionality, but I'm not sure how to do this.