UI Builder: How to pass data from Page 1 to Page 5

hreddy
Tera Expert

Hi All,

How do we pass the data from Page 1 to Page 5, I only knows about passing data thorough Parameter but if i want to pass Payload i dont think passing data through parameter is a good option.

 

@Brad Tilton @MGOPW 

 

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

The only way to pass data from one page to another page would be via a url parameter if it's not already stored in the SN DB somewhere.

Hi @Brad Tilton  thanks for the response.

I thought UIB supports Redux or React Context. we can store the data in the  global state and access it from any component, including different pages.

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Each component available in UIB is built with our next experience ui framework, which is similar to, but not React. UIB pages themselves do behave like large components, but there is no shared state between pages.