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?