How to create accordion menu from spreadsheet data?

I’m trying to create an FAQ page that shows the questions and answers from a spreadsheet. The Answers column is Rich Text / markdown for multiple lines and bulleted lists, which means that I need to be able to show all of that on the FAQ page as well. Using a simple Collection in Table layout gives me only one line. Cards are a little better, but it would be nice to be able to see the full list of questions without having to scroll so much.

I want something like this W3.CSS Accordions or this https://codepen.io/thecodefatherYT/pen/oNjowNq

Any help is appreciated!

A custom collection with a rich text “details” HTML setup could work.

1 Like

Thanks - I’ve taken a look and added some clarifying questions to that thread.