Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
368 stars 302 forks source link

Logic App Increment Variable Bug #1198

Open vicentepbn opened 1 month ago

vicentepbn commented 1 month ago

Describe the Bug with repro steps

While I was creating my Logic App, I realized during a run that the 'Count' operator was the issue, and my 'Increment Variable' connector wasn't writing the correct value (the initial value was 1).

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

Old Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

Image

Browser

Chrome

Additional context

No response

matthew8gibson commented 2 weeks ago

I had this same issue. I resolved mine by changing the concurrency control setting on the fore each control as described here - https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/logic-apps/logic-apps-create-variables-store-values.md#set-variable

good luck!