I use SendEmailV2 as part of my flow to send emails from my office 365 account.
Since I have multiple domains (and related email adresses) in my account, I populate the FROM (send as) field in the action and the Reply To field with dynamic content (emailadress to use are in a sharepoint list).
The emails that are being sent seem to correctly incorporate the data in the FROM (send as) field (sender is correct) however replying to such an email does not use the address as indicated in the Reply To field but uses my "default" email domain and address"
For sake of clarity dummie example:
Domains in my account
domain1.com (the default)
domain2.com
Ayone any ideas on what might be the cause?
EDITED ------
Just found out that deleting the content in the Reply to field automatically uses the address in the FROM (send as) field as reply-to address.
exactly functionality I was looking for. Strange that explicitly filling our the reply-to field does not lead to desired results