Hello Power Pages Community,
I have a situation where I need to trigger a custom Dataverse plugin when someone visits my Power Pages website, preferably when the website requests the `Header` and/or `Footer` web templates. I've tried registering the plugin to the `Retrieve` and `RetrieveMultiple` messages for the `mspp_webpage`, `mspp_webtemplate`, and `mspp_pagetemplate` entities, but the plugin only shows up in the trace log when I access the records through the Power Pages Management app, not when visiting the website, regardless whether or not I've cleared the server-side and/or client-side caches or if I'm using an InPrivate browser or not.
For context, I have some dynamic HTML, CSS, and JS content that is coming from another service (API), so I'm doing an HTTP GET request, parsing the response, and then returning that instead of the content of the web templates.
Thanks in advance!