Hello, I have a derivative column that calls an external api to fill the cell. After a full run, there are some cells that were not filled in. How do I rerun the code on just those rows with blank cells?
i've reverted to creating another column that checks if the original column has a value, and if it doesn't, it runs the code needed to fill it and if it does, it uses that value