
Announcements
I have two arrays that I want to join if the title matches. Is that possible to do? Currently I'm doing a union, but is creating duplicate data which is expected.
Array 1:
[
{
"Title":"Foo",
"Data_1":"123"
}
]
Array 2:
[
{
"Title":"Foo",
"Data_2":"321",
"Data_3":"789"
}
]
Hi @robevans ,
Please try the following configuration and check if it helps:
Feel free to let me know if you have any questions about this method.
Best Regards,