I am using PostItem_V2 to create a record in the 'Contact' entity in Dynamics 365. Dynamics is happy to accept a duplicate contact name as that record name does not have to be unique. Is there a simple way of testing for a duplicate within the flow?
Looking at the connector specification and advanced options in the flow it doesn't seem to cover that:
https://docs.microsoft.com/en-us/connectors/dynamicscrmonline/#create-a-new-record
Hi @ghdunn ,
Please refer to screenshot below to create the flow:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I am very sorry but I can't quite relate this specifically to the create new record...this is what I have tried to do...could you help me further with the syntax?
Hi @ghdunn ,
Please refer to screenshot below to create the flow:
The expression for the first value in the Condition as below:
length(body('Filter_array'))
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.