Hello everyone! I have experienced this since I created it and don't really know what is happening here, also I wasn't received any email once the flow finished to run.
Here are the steps:
Thanks! Now I need to check the parameters and see what it's going on.
Hi @lcdelgado ,
You are basically right. More common explanation is the input field of Apply to each Control (Select an output from previous steps) has an empty array (array with no value []), so it has nothing to iterate. If it's not array, you will get another error message: invalid input parameter.
Best regards,
Found the answer: The reason for this result is that Get attachments doesn't have any content, so Apply to each 4 is traversing an empty array, so the actions inside will not be executed. For example, your trigger is When a new item is created. If you create a new item but do not add an attachment, this problem will occur.