Create a Logic App with recurrence trigger and get items SharePoint action.
Add a for-each action and iterate over the dynamic content returned from the SharePoint action.
Inside the for-each action, add a compose action. Provide "Title" for input (from SharePoint dynamic content).
Save Logic App.
Copy the for-each action, paste it below.
Actions inside the pasted for-each will have errors.
You can paste the action in notepad and see that the nodeId reflects the new value (For_each-copy) but the dynamic content inside is not updated accordingly:
Describe the Bug with repro steps
You can paste the action in notepad and see that the nodeId reflects the new value (For_each-copy) but the dynamic content inside is not updated accordingly:
{"nodeId":"For_each-copy","serializedOperation":{"type":"Foreach","foreach":"@body('Get_items')?['value']","actions":{"Compose":{"type":"Compose","inputs":"@item()?['Title']"}},"runAfter":{"Get_items":["SUCCEEDED"]}},"allConnectionData":{},"staticResults":{},"isScopeNode":true,"mslaNode":true}
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
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Browser
Edge
Additional context
No response