Hi all,
I'm trying to use the 'Get Record' Action from the Common Data Service (CDS) Connector to lookup a record in CDS and then either do an Update or Insert, but I'm having trouble figuring out what to put in the 'Item identifier' section.
My flow is a Json object that has the ID in it and I'm parsing that Json and attempting to use the ID to look up the record in CDS. It is a custom entity and I have made the ID the key.
Here is the error I get from Get Record:
"status": 400,
"message": "Invalid value: 1128138 provided for item ID"
In the very next step, just to make sure it's there, I have a 'Create Record' action and it returns this error:
"status": 412,
"message": "A record that has the attribute values ID already exists. The entity key ID requires that this set of attributes contains unique values. Select unique values and try again."
So I know the record exists, but I can't seem to figure out exactly what to put in that Item Identifier field. Please help
!