Get Current Import Stats
- 29 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Get Current Import Stats
- Updated on 29 Dec 2022
- 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 | 7.12.0 |
Location | Data > Text |
The Get Current Import Stats returns a list of information on the import session.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | Id of the import session | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | List of import information | StringCurrentImportStats |
Example Inputs and Outputs
Input | Output |
---|---|
Null | EXCEPTION MESSAGE |
StartImportSession1_Output | Import Stats |
Empty String | EXCEPTION MESSAGE |
Common Errors
Import Session Id must be provided
If the Import Session Id value is null or not entered, an error will occur.
To correct this, ensure that the Import Session Id is entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetCurrentImportStats(String importSessionId)
Was this article helpful?