Issue with Simple List page UI Builder - list view parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 12:13 PM
I created a landing page for a specific role that displays a bunch of Single Score Data Visualization reports.
These single score has an event attached to them that redirects them to a simple list
Currently I am using OOB Simple list, and I wanted to redirect user to a list with a specific view - workspace view
but even if I update this with the name of the view, its not working
I saw this post
I tried to duplicate the OOB 'Simple List' page because it was read only
Also updated the name of the parameter, just like the post suggested above.
Problem:
1. When trying to update the Destination of my event, I cant see the Copy of the Simple List
2. I tried updating the browser URL after it navigates to the list
from: list-view to view , but it didnt update the list view? (I was just trying different ways)
If anyone has done this before, I need some guidance!
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 09:01 AM
Instead of passing a view, pass the column names:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 09:23 AM
I dont see the columns options on the Simple List parameter, unless there is another List page I can redirect to?
I also checked other OOB Data Visualization single score, they hardcoded a listview, its working properly

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 11:27 PM
@jmcagod ,
In the page parameters you have declared listView but you are using the @context.props.view which is not defined in the page property. Use listView instead of view and pass the value for listView when routing to the page "Simple List".
Let me know if it helped.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 04:03 AM
Hi @jmcagod,
what helped for me is to set the list view to "Workspace":
Hope that helps!
Kind regards
Sebastian