FYI condition for Manage Document Records approval with document type as approval not required
Summary:
Hello,
I am configuring a rule for Manage Document Records with document types as Approval not Required. I am using the below rule condition, and it is not sending an FYI notification to the intended representatives.
((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N") AND (GetAllRepresentatives("BEN_REP",Task.payload.getRepresentativeListWrapperResponse.result) != "") AND (getNewDoRByTransactionIdResponse.result.documentType == "Proof of qualifying life event"))
Can someone help on how to send an FYI notification for this kind of scenario?
Content (please ensure you mask any confidential information):
Trial 1:
((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N") AND (GetAllRepresentatives("BEN_REP",Task.payload.getRepresentativeListWrapperResponse.result) != "") AND (getNewDoRByTransactionIdResponse.result.documentType == "Proof of qualifying life event"))