Accordion Menu creation finding it difficult on weweb

I’m trying to create an accordion menu for faqs, but can’t figure out how to show and hide description content based on clicked item , I’m using collection list which get’s it’s data from xano . so I want to display description for a specified cell when click below the question and this should hide other description if visible.

you can create visibility parameter and a connected shared function. Connect all those sections conditional visibility to that parameter, if 1 is clicked, show item 1, all others should be hidden.

You cannot animate show/hide animations like this though… it was my challenge to make it smoother.