Clay Icon

Retaining Data Access in Lookup Tables Despite Enrichment Re-runs or Deletions

ยท
ยท

if I have a table with lookups of enrichments from other tables and those enrichments from the original table re-run/get deleted, will the data still remain accessible to the lookup table (until the look up column re-runs)? Not sure if this makes sense ๐Ÿ˜† let me know if you want me to explain further

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    Hi Nick, so you want to know if the Lookup values that we pulled from an original table will remain static when the original source gets updated, right?

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    correct

  • Avatar of Frederik H.
    Frederik H.
    ยท
    ยท

    Interested in that aswell! Great question Nick S.!

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    I confirm you that the values will remain static, if you delete the source the result of the lookup won't be affected, unless you run the lookup again

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    Perfect, couple of other questions:

    1. 1.

      as a failsafe If I put a filter to exclude matches on the look up column, even if I "force run" on the remaining rows in the column showing, the "matched results" would not be affected by the force run, is that right?

    2. 2.

      do I have to pull the data out of the look up columns onto the table for that data to be accessible by other tables, or can I access the data directly from the look up column (again if this doesn't make sense, let me know and I'll clarify)

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    2. In order to be able to pull a column to another table through a lookup, this column should be in the source table: Example: I do a linkedin company enrichment, I won't be able to pull the company description into the new table through a lookup if there is no previous description column in the source table, no matter if that field is "included" in the LinkedIn enrichment

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    checking the 1.

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    A filter will prevent all the rows not selected to be enriched when you run a column

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    But I would use formulas if possible

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    As they are more robust

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    can you explain that further and give an example?

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท