UI Builder: How to pass data from Page 1 to Page 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 02:45 AM - edited 11-06-2023 03:26 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 01:31 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 05:05 PM
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.