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:
Solved! Go to Solution.
Hi @AnotherRedbeard ,
Item identifier is similar to GUID, generated automatically, not ID like 1128138 you configured, as below:
If you use the obtained ID value to configure Item identifier field, you cannot get the record.
For example, I created ID field in my entity with a unique value of type Whole Number and set it to Key.
Finally, determine whether there is a record corresponding to ID value in the Entity.
Please take a try.
Best Regards,
Hi @AnotherRedbeard ,
Item identifier is similar to GUID, generated automatically, not ID like 1128138 you configured, as below:
If you use the obtained ID value to configure Item identifier field, you cannot get the record.
For example, I created ID field in my entity with a unique value of type Whole Number and set it to Key.
Finally, determine whether there is a record corresponding to ID value in the Entity.
Please take a try.
Best Regards,
Thanks @v-bacao-msft , that is what I ended up doing and thank you for explaing the record identifier...that makes more sense now.
I was trying the same thing but got the flow working with just specifying the ItemInternalId in "Record Identifier"
Hope this helps (others).
User | Count |
---|---|
95 | |
48 | |
21 | |
19 | |
18 |
User | Count |
---|---|
137 | |
54 | |
42 | |
41 | |
30 |