Hello @aysel_jafarzade,
Do I understand correctly that you want to compile into only one email for results of all MP running?
If it is the way, I am thinking of the below solutions that might suit your requirements:
- First method is to have MP where you can let it notify you when Monitoring failed or A new version of results is available. In this way you will receive only one email.
- Second method is to have one MP and adding all CI you want to run into that MP.
- Third method is to use Json call to GraphQL where you can get the information of all the monitoring project and use Send Mail step to send the email.
- Fourth way is to use the One meta data reader to call monitoringProjectProcessing which allows you to retreive the finish time with processing ID ā you can then compile to get the ID link of the notification and use Send Mail step to send the email.
I hope those options will meet your requirements. If you have any questions please let us know.
Best regards
Sharon