Iterate Values in Subform

Iterate Values in Subform

In regard to post https://help.zoho.com/portal/en/community/topic/displaying-subform-records-in-html-view marked as Answered, I attempted to understand how to reiterate thru vales in a subform to display on an HTML view. The sample application has a number of strange issues that are easily diagnosed by attempting to edit the HTML view.

Please explain how to do this

  1. rec  =  Main_form  [ID == input.id.toLong()];
  2. for each i in rec.SubForm_1
  3. {
  4. //some code
  5. }
    

Cheers,
John Whitney
ZOHO Creator Developer