diff --git a/proxy_app/httpd/handler/createSuggestion.go b/proxy_app/httpd/handler/createSuggestion.go index 61b26ab..76279df 100644 --- a/proxy_app/httpd/handler/createSuggestion.go +++ b/proxy_app/httpd/handler/createSuggestion.go @@ -262,7 +262,7 @@ func createNextWorkstepOrFinalSuggestionRequestFromLatestTrustmeshEntry( workstepType string) *types.NewSuggestionRequest { return &types.NewSuggestionRequest{ WorkgroupId: uuid.FromStringOrNil(req.WorkgroupId), - Recipient: latestFeedbackTrustmeshEntry.SenderOrgId.String(), + Recipient: req.Recipient, WorkstepType: workstepType, BusinessObjectType: req.BusinessObjectType, BusinessObjectId: req.BusinessObjectId,