I have two arrays with a key column, how can I join on the matching keys and bring in the columns (OBJECTS) from both arrays?
There are approximately 3,000 items in each array, so I am looking for something that won't run for 2 weeks.
Hi @Anonymous :
At present, what I can think of is to use two nested apply to each action to achieve it, but this means that this will create a loop of 3000*3000=9000000 times. The performance of this flow will be very poor, and I can’t ensure that this flow can run normally to the end, which is why I do not recommend using Flow to achieve this requirement.
I suggest you import the data into the database, and then use inner join to achieve this requirement.
Best Regards,
Bof
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
41 | |
29 | |
27 |