View action status in a for each

Neo 1 Reputation point
2021-01-22T06:42:31.23+00:00

When using Built-in "For each" control action I get the following results:

  1. Actions inside are performed for each iterable object.
  2. At the end of the iteration, I see the statuses of all actions in each iteration.

The question is: is it possible to somehow monitor the statuses of the actions during the iteration process? The fact is that some iterations are faster (maybe seconds), and some are slower (maybe an hour, a day, etc..), and I would like to see the result immediately, during execution.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,016 Reputation points
    2021-01-25T10:08:47.007+00:00

    Hi @Neo

    Unfortunately, you cannot check the output of actions in each iteration until and unless the for loop is not completed for each item.

    Please feel free to raise a feature request on UserVoice to support if this is something you would want to see in for each action.

    0 comments No comments