mramaswamy
5 years agoNew Contributor II
"_snaptype_shared_map Objec created automatically
I am creating a Pipeline and SnapLogic is automatically creating “_snaptype_shared_map” object in between my original object. This is created inconsistently, so I am not able to access my object. Anyone have an idea of when is this created and how can I access the object without mentioning this object.
Example.
“interface_settings”: {
"_snaptype_shared_map": {
"GENERAL": {
"UNPROCESSED_FOLDER": "Unprocessed",
"ARCHIVE_FOLDER": "Archive",
"ERROR_FOLDER": "Error"
}
}