So I am making a workflow to fetch all my Facebook ad accounts and then fetch all campaigns in each ad account and save it into MySQL.
My issue is that everything is running perfectly except the loop is not running through all the items I have a total of 73 accounts and the loops is only running 35 accounts, then stops without any error… It just stops.