How to pass a For Each record parameter (r) to a different HTML view and access the record passed in the parameter

How to pass a For Each record parameter (r) to a different HTML view and access the record passed in the parameter

I'm trying to pass a record index number as a parameter to a second HTML view and use it there to access that same record... and I'm failing after much effort.

I have an HTML dashboard view that successfully lists records from a form using a 'for each r in <formName>' loop.  I've put a link w/ each output record that links to another HTML view that will (when this works correctly) elaborate on details of the individual record being clicked on. 

I've setup the second HTML view w/ a parameter called "record".  The code inside the second HTML view is:
htmlpage MOU(record)

From the originating HTML view, the url in the link passing the parameter to the second view is:
<a href="https://creator.zoho.com/w21admin/w21data/view-perma/MOU/RJYk8OW0we0VZ5mxF8w0RP5XpWyw4wSa6BuHmTB1K4sEZ4O4JCWfAq82uhjQVCSYuEDv1Fu0Gd0pzjmGaZDkBzbuXJervyOPNKBS/record=<%=recordNum%>">

...where recordNum is a counter variable I setup to count the records (beginning w 0) as the for each loop cycled.  I did this because just using the 'r' as the parameter failed, guessing it might be a type mismatch.

I can pass the 'recordNum' counter to the second HTML view fine and display it fine, but (no surprise to those of you who know what my mistake has been... I don't) I don't seem to be able use that passed value as an index into the form records... either due to syntax problems or some kind of type mismatch again, I don't know.

I've culled over the Deluge help docs and this forum over and over again, but can't easily find a clear or complete explanation on how to do what I'm trying to do, i.e. pass a record parameter to a second HTML view and use that passed parameter to access that record.

I throw myself on the help desk of this forum.  :)

Thanks in advance.

Greg
datazen1@gmail.com
Santa Fe, New Mexico US