Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Add Categories To Emails

Prev Next
Step Details
Introduced in Version9.10.0
Last Modified in Version9.10.0
LocationIntegration > Exchange Web Services

The Add Categories To Emails step allows users to add categories to emails inside the Flow Designer. The Step takes in a list of Email IDs and a list of Categories to add to those emails.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
CategoriesThe string list of Categories to be added to the emails.List of String
Exchange ServerThe server and authentication to use.ExchangeServerDefinition
IdsThe string list of email IDs that categories will be added to.List of String


Common Errors

Value Cannot Be Null

If a value was not inputted prior to running the step, the step will cause an error.

To correct this, ensure all input fields are properly filled out.

Error Message:

DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Add Categories To Emails 1[AddCategoriesToEmails] in flow [Step Library Flow]: Exception invoking method AddCategoriesToEmails on class ExchangeEmailSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method AddCategoriesToEmails on class ExchangeEmailSteps
 ---> System.ArgumentNullException: Value cannot be null. (Parameter 'value')
 at System.Enum.Parse(Type enumType, String value)
 at Decisions.Exchange.Utilities.GetExchangeService(ExchangeServerDefinition def)
 at Decisions.Exchange.ExchangeEmailSteps.AddCategoriesToEmails(ExchangeServerDefinition ExchangeServer, String[] Ids, String[] Categories)
 at InvokeStub_ExchangeEmailSteps.AddCategoriesToEmails(Object, Span`1)
 at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   --- End of inner exception stack trace --- at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
   --- End of inner exception stack trace ---

Step Changes

DescriptionVersionDateDeveloper Task
Add Categories To Emails step added to module.9.10May 2025[DT-044217]

Related Information