UI Builder - Data visualization click is redirecting to undefined table

ManishaK3541806
Tera Contributor

Hello Team,

 

I am facing issue with Data visualization, the click is redirecting me to  "The page you are looking for could not be found". PFB steps which I used to configure Data visualization:

  1. I have created a single score Data visualization.
  2. Add the Data resource for the respective table, and count is showing correctly in the Data visualization.
  3. I have added the link to destination to Simple list of our workspace.
  4. However, when I click on the visualization I can see table is showing undefined.

Can you suggest what step I am missing in my configurations.
Attaching screenshots for reference.

 

1 ACCEPTED SOLUTION

Kevin83
ServiceNow Employee
ServiceNow Employee

If you see a UI like this when editing the binding, can you try and remove the quotes, I think they are incorrectly being added to the binding

Screenshot 2024-09-30 at 1.48.14 PM.png

View solution in original post

5 REPLIES 5

Ivan Betev
Mega Sage
Mega Sage

Hi all,


for those who may be struggling with what this is about or how to open a list when data visualization is clicked:

 

1. Open UI Builder.

2. Open Service Operations Workspace and your Variant page.

3. Open your variant where your data visualization (e.g. Score) is added.

4. Select data visualization.

5. Select "Events".

6. Add Event "Visualization Clicked".

7. Select Handler "Link to Destination" => "Page in current experience" => "Simple List".

8. In parameters select "Bind data".

9. From "Event payload" select parameter (e.g. params.table for table), use double-click, drag and drop, or click arrow icon to move it to the top area.

10. Double-click it in the top area and remove the quotes.


data-binding-fix-simple-list.gif

Regards, Ivan