We have created a button flow where we send email's to thousands of users, using SMTP Connector. Now there is additional requirement to log email delivery status in table of Common Data Service (CDS) or Microsoft Dataverse.
I am able to capture connector output with following expression.
output('action_name')['statusCode']
This gives 200 as response, even when email delivery is failed.
Could you please help us to find way to track email delivery status? So we can log same in CDS.