Community > Answers
44 views

Detail View in Visualizer

Is there way to use a foreach in the detail view to pull in a specific data field.

 

For instance I have a text box of overlay title, I can get all Overlay Title from Content Library in the list view (master) of:
@foreach(dynamic row in Model.Success_Stories_Submissions) {        
    <li><a href="@row["PermLink"]">@row["Overlay Title"]</a></li>
    }


 but I'm not sure

how to use this foreach in the detail view to get a list too. Using this produces an error.

Steadyrain Steadyrain
asked 07/16/2020 17:22
Add Comment
Ashish Pachori
replied 07/17/2020 05:19

It is not possible right now as detail page have detail of only one submission and you can't loop on all submissions to pull in a specific data field.

Last Activity 07/17/2020 05:19

No answers found

Add an Answer