Skip Import Entities
- 30 Dec 2022
- 1 Minute to read
- Print
- Dark
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 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
Property | Description | Data Type |
---|---|---|
Entities | The Entities to skip | List of ImportSessionEntity |
Import Session Id | Import Session Id | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | List of imported entities | List of ImportSessionEntity |
Example Inputs and Outputs
Entities | Import Session Id | Output |
---|---|---|
Entities | StartImportSession1_Output | List of Imported Entities |
Null Value | Empty String | EXCEPTION MESSAGE |
Empty String | Null | EXCEPTION 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:
Was this article helpful?