Skip Import Entities
  • 30 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Skip Import Entities

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationSystem > Advanced > Import - Export

The Skip Import Entities step reads a list of Import Session Entities and excludes them during import. It then outputs the list of imported entities that does not include the entity specified by the Entity Id input.



Properties

Inputs

PropertyDescriptionData Type
EntitiesThe Entities to skipList of ImportSessionEntity
Import Session IdImport Session IdString

Outputs

PropertyDescriptionData Type
OutputList of imported entitiesList of ImportSessionEntity

Example Inputs and Outputs

EntitiesImport Session IdOutput
EntitiesStartImportSession1_OutputList of Imported Entities
Null ValueEmpty StringEXCEPTION MESSAGE
Empty StringNullEXCEPTION MESSAGE


Common Errors

Import Session Id must be provided

If either input value is not mapped or entered correctly, an error will occur.

To correct this, ensure that the values are mapped or entered correctly.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Substring 1[Substring] in flow [Display Steps]: Exception invoking method Substring on class StringSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method Substring on class StringSteps
 ---> System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. (Parameter 'length') 
   at System.String.Substring(Int32 startIndex, Int32 length)    
   --- 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 ---



Was this article helpful?