"Add all Properties as columns" button crashes when bound source has Rich Text property

When using the “Add all Properties as columns” button in the Table component with a bound data source that has a Rich Text property, this gets added to the table. If any elements have a value in that property, the app crashes with message:

Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bvalue%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

To recreate:

  1. Create a data type with a property of type Rich Text.
  2. Create a Table component and bind it to the data source.
  3. Input some dummy data into the database.
  4. Preview the app.

Hi, i was able to recreate it and I think it is an issue between the two components “Rich Text” and “Table”. I’ll speek to the development team about this to see if it something to do about.

But if you would like to show rich text in a table you can create a custom table using containers.
You can read more about it here under Custom Lists Container - Appfarm Documentation

Also some more docs on it here:

Please let me know if you need any more help