Hi, I have two arrays of objects and I would like to intersect them with the intersection expression. Is that some how possible?
Array1
Solved! Go to Solution.
Hi @Anonymous ,
It seems that using expression alone cannot achieve such a demand.
Please refer to the following configuration:
Best Regards,
Hello @Anonymous
You can't use intersection function because it expects two arrays of the same object, and in your case these objects are different (first one has NR field only and second one has it and GUID).
So you will probably need a for each expression to get Array1 items, and filter them in the Array2.
Hope it helps!
Ferran
Hi @Anonymous ,
It seems that using expression alone cannot achieve such a demand.
Please refer to the following configuration:
Best Regards,
@v-bacao-msft, @fchopo Thanks for your replies.
I will go with v-baco's solution than. However to compare external systems to a CDS table an then trigger action in CDS, it would be greate to have such functionality. Would save a couple api-calls.
Kind regards
Tobi
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
77 | |
26 | |
20 | |
16 | |
16 |
User | Count |
---|---|
145 | |
44 | |
44 | |
33 | |
30 |