I am setting up this LogicApp and want to see if my approach is correct:
I wish to push data from CosmosDB into CRM, and then return these items back to CosmosDB and replace its ID. Not all of the push to CRM is direct due to some of CRMs fields consisting of 'lookup fields'. I have a list of the GUIDs for the lookup fields, but not every record has a match. For the records that do not have a match, I wish to send an email. This is my flow so far:
I am unsure of my highlighted fields here. Is this the correct approach?
Any suggestion or advice is appreciated
Hi @jasmine2020,
The "Array of ..." seems like an array, the "Document" is an Object, so the comparison not correct.
If you want to compare two fields, you should make sure the two fields are same type. If you want to confirm an array contains a string, use "Contains" condition will be correct choice.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
43 | |
36 | |
35 | |
26 |
User | Count |
---|---|
48 | |
38 | |
32 | |
32 | |
31 |