Has Import Issues
- 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Has Import Issues
- Updated on 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.12.0 |
Location | System > Advanced > Import - Export |
The Has Import Issues step evaluates a given Import Session Id for any import issues. This step may ignore overriding issues by toggling the Include Overriding Issues checkbox. It then follows two outcome paths: True or False.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | The import session Id | String |
Include Overriding Issues | Determines whether overriding issues are ignored | Boolean |
Common Errors
Import Session Id must be provided
If the Import Session Id is not entered or mapped correctly, an error will occur.
To correct this, ensure that the Import Session Id value is entered or mapped 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?