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
)

  Discussion posts and replies are publicly visible

Parents Reply Children