Solved
Is there a mistake in this forEach to get all data by id. Using rule
a!forEach(
items: pv!id,
expression: a!save(
rule!Test_getDossierByDossierId(
dossierId: fv!item,
pagingInfo: a!pagingInfo(1, - 1)
),
pv!id
).data
)
a!forEach(
items: pv!id,
expression: a!save(
rule!Test_getDossierByDossierId(
dossierId: fv!item,
pagingInfo: a!pagingInfo(1, - 1)
),
pv!id
).data
)
I choose the first way because my rule!Test_getDossierByDossierId accepts one type rule input : dossierId
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.