286
Views
2
Comments
Solved
Use list of Aggregate to populate Accordion
Question

I have an accordion which I want to use to display the heading information of my project list when the screen is first loaded.

I set the content of the title area to 

SyntaxEditor Code Snippet

GetProjects.List.Current.Project.Id 

and other fields.

Each content item is set to the same value - the Current row data element.How do I get it to go to the next row to load the next title? 

This is what the screen looks like when loaded:

Every Accordion Item is filled with the same data.

thanks for your help,

Stephanie

2022-03-29 14-43-15
Rita Mota
Solution

Hi Stephanie!

In your code you have the accordion inside a ListRecords? 

You need to have this structure:


Cups,

Rita

2018-12-27 16-49-33
StephanieG

Thank you, I couldn't find that in the documentation worked!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.