http://automagic4android.com/flow.php?i ... cb781b93e2
I am writing this flow to send bulk SMS by reading from a CSV file containing name and phone number in each row. when I tried to load a CSV file containing 61 rows , the flow unexpectedly ends at 11th row for some unknown reason. It says "Emergency stop count reached. Disable flow and current flow execution ." Can anybody help me?
emergency stop count reached
Moderator: Martin
- TheBrain1984
- Posts: 137
- Joined: 07 Aug 2013 08:17
- Location: Germany
Re: emergency stop count reached
You need to go to the the settings of Automagic there is something like "automatic stop" or "emergency stop" or something similar (I have the german version, so I don't know the exact wording). The number behind that option is how many actions Automagic can do per minute. If the number of action per minute is higher than that number you get the discribed error.
Re: emergency stop count reached
Better solution might be to change the count specifically for flows that need it, like this one. When in flow editor, go to menu> options and change the count the to higher.
Re: emergency stop count reached
After modifying the action count limit specifically for this flow, everything is working fine. Thanks to TheBrain1984 and MURTUMA. Thanks a lot guys.