Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(designer): Make sure to only add the shouldAdd array expressions for implicit For Each #4683

Merged
merged 4 commits into from
Apr 23, 2024

Conversation

Eric-B-Wu
Copy link
Contributor

We were only checking if the implicit for each were to be added, but not checking if the right arrayDetails were being added.

This would run into an issue like: Fixes #4272
where if there is already a for each loop with the right array; however there will be another one to be added, then we'd be adding both loops into the arrayDetails when only one is needed

@Eric-B-Wu Eric-B-Wu merged commit a792a22 into main Apr 23, 2024
10 checks passed
@Eric-B-Wu Eric-B-Wu deleted the eric/fixExtraImplicitForEach branch April 23, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preview Designer problem with Get Attachment (V2)
2 participants