csv file data missing sporadically - confirmed data in table

I have a bot that generates a csv file just fine but sometimes there's data missing in a few of the columns. The file generates right from data in the table ( no slice/calcs involved) When I check the table the data is there.  Wondering what could cause the file to bypass the 2 fields of data but include all other data in the same record. Any help would be amazing.  Thanks so much!

0 3 39
3 REPLIES 3

Is it consistently the same 2 fields missing each time you encounter this issue?

If so, how are these two fields populated?  Could there be a delay or an order of processing problem such that the values are not there when the CSV exports but are updated shortly after?

Was thinking the same but the entire row of data is appended to the table at one time - so thinking if there was an issue with timing - the entire row would be missing vs. just the 2 fields. Client advises some records are just fine - no issues at all so there doesn't seem to be a data format issue either. This is the 1st time reported


@Daisy_Ramirez wrote:

the entire row of data is appended to the table at one time


Can you describe what this means?  How is it appended?  

If the problem is seen for the same 2 fields on multiple rows then there must be something different about those 2 columns.  Column types?  App Formulas?

 

Top Labels in this Space