How can we pass a dynamic unique ID parameter to Web Embed - Display a Page
We are trying to display a landing page as a web embed to an internal web page which is specific to a policy selected by the user, so the display can contain the policy details.
To display this page, we need the policy number to be passed as a parameter to PEGA through the web embed code. However, Pega web embed is not allowing parameters to be passed to “Display a page” type web embed.
I can see internally the API getting called is GET prweb/api/application/v2/pages/{pageID} with Page Class and Page ID as parameters, but no other parameters are accepted. Any additional query string parameters mapped are not pass down by the Automation rule available.
This may not provide as OOTB action, but this may be a common requirement, therefore I wanted to check with you for any possible solution.
Did anyone managed to find a way to pass a parameter in a similar scenario?