Microsoft Graph - not able to set pyReplyTo dynamically
We have configured email accounts using Microsoft Graph. Emails are being sent correctly.
The problem arises if we want to overwrite the pyReplyTo property - it just doesn't work.
We tried to pass the parameter in different ways. When sending using the Send OOTB activity in the Data-Corr-Email class, the pyCorrPage page is set to the correct pyReplyTo property value. However, it is not set in the email itself.
The value seems to always be taken from the "ReplyTo" field of the email account rule - whether it is empty or not.
I would like to add that the same solution for emails sent via an email account other than Microsoft Graph works fine.
***Edited by Moderator Marije to add Capability tags***