While importing into system, how to highlight data already present in the module/list but

While importing into system, how to highlight data already present in the module/list but not present in the file.

Answers

  • @SarthakGarg As far as I know, there is no default functionality to have this information.

    When you have situations like this, my solution is to build a system to flag of what is coming from the last file.

    When you import a file you could have in mind the below steps:

    1. Clear the Flag LastFile from previous uploads
    2. Import the file into destination. you could consider to build a "temporary area" (list or module) where you always have values imported from the Last File
    3. Import data into the final destination and also put a value into the Flag LastFile. All the values that do not have "Flag LastFile" with values means that data was uploaded previously.

    Hope it helps,

    Alex