Hi,
I am working on this flow where I need to create columns on a SharePoint list. This request works when it is outside the Apply to Each Loop

However when I put the same request inside the Apply to each loop with iterative input for the title it gets the error
{
"status": 400,
"message": "Unexpected response from the service\r\nclientRequestId: 8acb2d25-c7ae-491f-a1d3-835198571358\r\nserviceRequestId: 48bce4a0-a0b2-7000-5dbf-aec7e93ab9ba",
"error": {
"message": "Unexpected response from the service"
},
"source": "sharepointonline-ne.azconn-ne-002.p.azurewebsites.net"
}
Below is the flow.

Although there is an error like that the columns in the list are correctly created as per the inputs of the loop.
Appreciate any inputs on why this is happening.

Thank you in advance