Passing Multiple parameters to Embedded View

Passing Multiple parameters to Embedded View

I'm trying to pass multiple parameters to a view embedded in a Html view. It is not filtering as expected.

This is the code I'm using:

  1. htmlpage Finding_Duplicates(recid)
  2. displayname = "Finding Duplicates"
  3. content
  4. <%{%>
  5. <div elName='zc-component' viewLinkName='Copy_of_form2_View' params='zc_Header=true&ID.contains(<%=recid%>)'>Loading ...</div>  <%}%>
The "recid" is passed from stateless form, it has multiple ID's.

App "grocery" is shared to support.

Can someone take a look, please?

Thanks,
Damien.