Hi @Bas.T,
Could you please confirm whether the data is like this:
[
{
"id": 1
},
{
"id": 2
}
]
If so, you can use this transformer: Get branches from a pattern
Then, in the pattern option, you can set “*”.
Hi @Bas.T,
Could you please confirm whether the data is like this:
[
{
"id": 1
},
{
"id": 2
}
]
If so, you can use this transformer: Get branches from a pattern
Then, in the pattern option, you can set “*”.