We are using Action “Form” twice in one of our workflows. This workflow will be trigerred when any user request for a specific role in request center and the workflow will send a form link to the recipient (requested user) using the “$.trigger.requestedBy.id”. This workflow was running fine and it started throwing the following error from last week. We did not change anything in the workflow or FORM.
Any help on this error?
ActivityTaskStarted | {attempts:1,displayName:Create Form,stepName:form1,task:sp:forms,technicalName:Form 1} |
---|---|
ActivityTaskFailed | {displayName:Create Form,error:HTTP Response Returned a Client Error: unable to send email: unable to send HTTP request: request failed: 400 - 400 Bad Request,stepName:form1,task:sp:forms,technicalName:Form 1} |
WorkflowExecutionFailed | {error:task failed: activity error (type: sp:forms:create, scheduledEventID: 28, startedEventID: 29, identity: 1@sp-workflow-worker-stg-us-east-1-69cd5978b6-kxfwt@): HTTP Response Returned a Client Error: unable to send email: unable to send HTTP request: request failed: 400 - 400 Bad Request (type: HTTP Response Returned a Client Error, retryable: false): HTTP Response Returned a Client Error: unable to send email: unable to send HTTP request: request failed: 400 - 400 Bad Request (type: withStack, retryable: true): HTTP Response Returned a Client Error: unable to send email: unable to send HTTP request: request failed: 400 - 400 Bad Request (type: withMessage, retryable: true): unable to send email: unable to send HTTP request: request failed: 400 - 400 Bad Request (type: withStack, retryable: true): unable to send email: unable to send HTTP request: request failed: 400 - 400 Bad Request (type: withMessage, retryable: true): unable to send HTTP request: request failed: 400 - 400 Bad Request (type: wrapError, retryable: true): request failed: 400 - 400 Bad Request (type: fundamental, retryable: true)} |