This issue typically occurs due to how the merge formula is set up. The problem happens when the formula assumes there will be a response for every row, which isn't always the case. To fix this, you need to add logic to your formula that checks if the data exists before trying to use it. For example, include a condition like "if {{response}} exists..." in your formula. This way, the merge will only attempt to process the data when it's actually present.