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
Hi Stephanie!
In your code you have the accordion inside a ListRecords?
You need to have this structure:
Cups,
Rita
Thank you, I couldn't find that in the documentation worked!