0 votes
in Azure by
If you want to use the output by executing a query, which activity shall you use?

1 Answer

0 votes
by

Look-up activity can return the result of executing a query or stored procedure.

The output can be a singleton value or an array of attributes, which can be consumed in subsequent copy data activity, or any transformation or control flow activity like ForEach activity.

...