JensDeveloper
3 years agoContributor II
Join two arrays , one array with same unique ID
Hi,
So I am trying to join two arrays, but one array contains multiple unique IDs and the other one not.
Let me explain below:
One array from sql select with these objects:
{
“personid”: 43...
- 3 years ago
@JensDeveloper , It’s correct that we can’t have duplicate Keys in JSON object, You can use this mapper expression to achieve an array of contactInfo.
Test_Expression_2023_06_12.slp (4.3 KB)I hope this helps. 🙂
Cheers