Change IsDraft property on run time (Send Outlook Mail Message)

Hello,

It is possible to change IsDraft property on run time ? Read the value from o JSON property file an changing the Send Outlook Mail Message property based on the value written in the file.

Thanks

Have you tried to do this with a “If Activity”? So you get the value from the JSON and if is draft you send the e-mail with the property IsDraft checked. If not, you send with the property isDraft unchecked.

Hope It Helps!

Regards,

1 Like