Hello,
I need help on this. The flow is skipping the part where it should create an item in SharePoint List where an approval will be triggered once it created the item. However, I'm not sure why it was being skipped. It was perfectly running on previous months but just yesterday we had this problem. I didn't change anything in this flow before it happened.
Thanks in Advance!
I tried deleting in the SP List, turns out the SP List is not accepting anymore item with 4200 items in it, the flow skips entering items in the List. Not sure why, but I think it's a threshold error.
@vanhuxley24 Your get items return empty [] and you are passing value into apply to each this is the reason it is skipping.
Check your filter query.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.