I am creating a flow where I am pulling from a daily file from a sharepoint site, with no issue. With no issue when I able to appropriately adjust the data. However, when attempting to do a sharepoint output, I am getting this error: "Error: SharePoint Output (38): Error: 'NoneType' object has no attribute 'fillna". BUT only sometimes.
There is no discernable differences from each file (files are systemically ran as well from a quickbase program so formatting should be the same as well). There should be about 3200 lines that are output, I have looked at the data and there doesn't seem anything funny looking. but is just sometimes when the data fails to output. I did try to output to a local drive and it will. I also attempted to save the failing sharepoint file to a local drive and it will output via a sharepoint file as well.
So what can I do to always output the data? There is very little I can change in the input. It should come from sharepoint and the output should be a sharepoint site as well.