UI builder - timeline component - how to create the event data ?

Sunny SN
ServiceNow Employee
ServiceNow Employee

In UI Builder, there is the timeline component that am trying to use to display dates and information. How do i use table data to be displayed dynamically ?

1 ACCEPTED SOLUTION

Sunny SN
ServiceNow Employee
ServiceNow Employee

https://community.servicenow.com/community?id=community_article&sys_id=48f834a7db8015143321db85ca96199e

View solution in original post

2 REPLIES 2

Marc Mouries
ServiceNow Employee
ServiceNow Employee

You need to use a data resource to retrieve the list of events to display in the timeline component. Then create your own data resource to transform the data into the format expected by the component.

Check the component's doc here: https://developer.servicenow.com/dev.do#!/reference/now-experience/sandiego/now-components/sn-component-timeline/overview

If you elaborate on the source and type of events you need to display, that will help in helping you.

 

 

Hit the 👍 Helpful link ↓ if this answer brings you closer to achieving your goal

Sunny SN
ServiceNow Employee
ServiceNow Employee

https://community.servicenow.com/community?id=community_article&sys_id=48f834a7db8015143321db85ca96199e