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
rec = Main_form [ID == input.id.toLong()];
for each i in rec.SubForm_1
{
//some code
}
Cheers,
John Whitney
ZOHO Creator Developer