How do I clear out a module for items that are not in an import file

I need to clear out list items that are not in my import file but only for a selected version

Answers

  • Hi Brent, We can not create two different import actions with same source name and target name. The work around we have is to create a saved view on the module and use the saved for new import. This would work.
  • The solution is never to import from modules directly; instead you should create a view for each import. You can then have as many views as you like on each module. This also allows you to filter the data precisely for each import so you should find it pays off in other ways later on.