Managing Variable Assignments in Logic Apps For Each loops
Introduction
I was recently tasked with developing a set of Logic Apps for an internal hackathon project. When setting a variable value inside a For-Each loop, I had an unexpected behavior where the same value would be used repeatedly. Here’s how to ge… Continue reading Managing Variable Assignments in Logic Apps For Each loops
