I would like to create a chart for users with charttt.com. I want the chart to show specific records of a collection, like the chart component by Adalo. You can set up the chart with a url. How can I do that? Any ideas? Thanks in advance!
Really you want to be using 1 record from the collection to create the chart. I can’t figure a way around it from the top of my head. Is it possible to gather the different records into a new ‘chart record’, perhaps using the countdown timer trick to do this automatically.
My take would be to use nested custom list with countdown on the inner list.
On the outer list is collection that you want to copy from, and inner list filtered with predefined id=1, is the collection you want to copy to, countdown do the copy.