Hey! I'm trying to run o1 and sometimes get this error. What can be the cause? other rows seem fine
This issue could be happening for a few reasons: 1. Loading delays - larger tables can take longer to update, which might cause some rows to appear empty or show errors. 2. The column might have been changed multiple times, updated, or the run was stopped midway, causing some rows to get stuck.To resolve this, you can try these solutions: 1. Create a new column by duplicating the current one and run it only on the affected rows 2. Filter for the rows where the current column is empty 3. Run the operation on those filtered rows 4. Use the "merge columns" feature to combine the resultsAdditionally, make sure all required variables or data are present before running the operation. You can add a conditional run setting to only process rows when all necessary variables are available.
Was that helpful?