Hi,
I would like to create an event that sends me a mail when a (scheduled) flow runs with errors.
I have found documentation on how to adapt the email, but is there a way to only show errors from the outputlog? Some of my outputlogs have quite some warnings or conversion errors and it is difficult to find the "real" errors.
So at least I want to add them on top, like shown below.
Or is there a way to influence (filter) the outputlog to only show errors?
User: %User%
ComputerName: %ComputerName%
WorkingDir: %WorkingDir%
Errors: %NumErrors%
Conversion Errors: %NumConvErrors%
Warnings: %Warnings%
--- Errors ---
%Errors%
--- Full Log ---
%OutputLog%