I am trying to recreate a workflow as a flow. The trigger is the creation of an email record in Dynamics.
In the workflow I could easily get the values in both 'To' and 'Cc', however in the flow I can only get 'torecipients' and not Cc.
Any idea how I can access the Cc data? Do I need to read from activityparty entity?
It seems a lot easier to get the data in a workflow, am I missing something? Thanks