Views:

Applies to Product - Power Apps


What’s happening?
Customers are encountering errors when attempting to export data from PowerApps as a CSV file. The errors include serialization issues related to nested properties and internal server errors.


Reason:

  1. In PowerApps, the error arises due to the presence of a nested property called '{Attachments}' in the data collection, which is not supported for serialization. Additionally, there is a mismatch in the expected number of parameters for the function being called.

 

Resolution:
For PowerApps:
  1. Use the ShowColumns function to specify which columns to include in the collection, avoiding the inclusion of unsupported nested properties like '{Attachments}'.
  2. Adjust the formula to ensure that the correct number of parameters is passed to the function being called.