Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,228 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When calling a logic app with an HTTP trigger from within a Logic App workbook, we receive the error Bulk Resubmit Action Failed - Bulk Resubmit failed [object Object] even though the workflow actually does trigger and runs successfully.
Has anyone encountered this error when calling a logic app via URL from within a workbook or have any ideas on why it's coming back as failed even when the trigger was successful?
In case anyone encounters this problem, we needed to change the response type from json to text.