Hey team, for some reason I was able to push Apify data into existing columns (name, first name, last name) but then for rest of bunch other column I just one click and push. I probably did something wrong but any idea on what exactly? Here's the table link: https://app.clay.com/workspaces/449716/workbooks/wb_3GuZw7YKaVbz/tables/t_3JAkY7JE7Zpc/views/gv_4eUuDKaRHPJY
This issue is likely related to column dependencies and the order of data processing. Here's how you can address it: 1. Check your column dependencies: β’ Make sure the columns are properly ordered in your workflow β’ Confirm that any dependent columns have the correct configuration 2. For columns that aren't populating: β’ Add conditional run settings to ensure they only run when all required data is present β’ This gives you better control over when the enrichment runs 3. To map the Apify data to columns: β’ Click on the Apify enrichment cell to open the Cell details panel β’ Hover over the desired data point and click "Add as column" β’ You can either create a new column or map to an existing oneIf you're mapping to existing columns, note that this will overwrite any existing values in the destination column. Source: Table columns overview | Documentation | Clay University
Was that helpful?