Set parameters for datapage in custom html
I am using below code in a HTML rule to access information on a datapage:
<pega:withPage name="D_DatapageTest"> </pega:withPage>
This datapage requires a parameter called "Param.ID". I need to set this parameters value to the value in pyWorkPage.ID
How can I pass this parameter to the datapage? Is there a way to set this parameters value?
***Edited by Moderator Marije to add Capability tags***