Orchestration question - Is it possible to pass values from multiple rows in form extension grid inp
Hi,
We have a form extension button that calls an orchestration. The orchestration runs a report that displays details about the selected grid rows in the form.
The input for the orchestration is a column (order number) from the selected grid rows in the form. The order number is passed into the data selection of the report.
Currently, the orchestration runs the report once for each grid row selected (if five grid rows are selected, the report runs five times).
We would prefer to have the report run once, and the order numbers from the orchestration input to be converted into "in list" values in the data selection for the report.