- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Thibault,
There are 2 solutions:
- easy with Page compatibility v5 activity (with the drawback of not enough control on html and css so not to use if Responsive design is mandatory)
- more complex with Page activity (but needed if sophisticated design of the web page is needed).
Hereinafter, a simple example with Page v5 activity:
In both cases, it is the same principle/same workfklow; there are also such many cases in the factory Reports (which are actually very similar to Page compatibility v5 webApp) if you need inspiration.
Please create this webApp workflow (example taken with Page compatibility v5):
Then define the query activities as is:
you can filter on @address of broadLogRcp, it is the short path instead of recipient.email:
Then the same with trackingLog, but you must use recipient.email:
Now the page tables for displaying the results
Insert a table object, and choose the query XML object related in path for broadlogs:
Do the same with trackingLogs:
Hope this helps.
Regards
Jean-Serge