There is currently no way to handle errors in Power Automate Desktop related to accessing collection variables (data rows, tables, lists, objects) regardless of the action being used. This occurs when accessing
Neither of these errors can be handled in any way and will always stop the process with a flow error.
Here's a sample of doing it with a list of one item using index 1:
The On block error action should make it continue to the next action, but instead it throws an error (regardless of whether the On block error action is used or not):
The same happens in all of the other cases mentioned above.
It would definitely make our lives easier if there was a possibility to properly handle these errors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.