Hi
I defined flow on which I am creating an Opportunity from a qualified lead (Sales Hub).
Once Opportunity is created, I am getting as a response a json:
"@odata.context": "https://org511d6f6a.crm4.dynamics.com/api/data/v9.1/$metadata#opportunities",
"value": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.opportunity",
"opportunityid": "0c16019e-2e09-ee11-8f6e-000d3aabcc45"
}
]
}
I would like to keep the opportunityid as a variable for a later use
(Copy Contact/Account from the originate Lead into the new Contact)
I know I have to use expression but I have some issues with the correct syntax.
Can you please advise.