Hello to the community,
I hope somebody can help with this: I updated Espo and all my extensions yesterday as usual. AdvancedPack was updated from 3.13.0 to 3.13.2, EspoCRM itself from the last 9.x version to 10.0. Since then both of my two manual workflows which send an http request to MS Power Automate stopped working. When starting them I receive lines like this in the log:
The workflow action is triggered and logged in the detail view of the workflow but I immediately see the "Internal Error" message popup in the top middle of my browser window and NO incoming request is logged in Power Automate.
I am confused about the first line of this log as it seems that in the logging action in ActionManager.php the workflowId is not visible in the log line.
Does anybody has any idea where to look at and / or what further details do you need?
Regards
Michael
I hope somebody can help with this: I updated Espo and all my extensions yesterday as usual. AdvancedPack was updated from 3.13.0 to 3.13.2, EspoCRM itself from the last 9.x version to 10.0. Since then both of my two manual workflows which send an http request to MS Power Automate stopped working. When starting them I receive lines like this in the log:
Code:
[2026-07-07 06:55:49] ERROR: (500) Workflow action failed. Workflow: Send Request action: 0 response. :: POST /WorkflowManual/action/run [object] (Espo\Core\Exceptions\Error(code: 500): Workflow action failed. at /var/www/html/custom/Espo/Modules/Advanced/Core/Workflow/ActionManager.php:114) [previous exception] [object] (Espo\Modules\Advanced\Core\Workflow\Exceptions\SendRequestError(code: 0): Workflow: Send Request action: 0 response. at /var/www/html/custom/Espo/Modules/Advanced/Core/Workflow/Actions/SendRequest.php:451)
I am confused about the first line of this log as it seems that in the logging action in ActionManager.php the workflowId is not visible in the log line.
Does anybody has any idea where to look at and / or what further details do you need?
Regards
Michael

Comment