Exporting Data Doesn't Include Calculated Fields

Hello!

New to Retool, I did notice that when I exported the table with calculated fields, the calculated fields are not part of the data.
In addition I tried pushing the data to a Google sheet, and those columns were not part of the push.

Hi @jemmons!
Is this being exported to a CSV from the table? The calculated columns will be included in the csv export via the built in export button if “download raw CSV” is disabled.

They are not however included inside of the table.data property, which is a known issue that has backwards compatibility issues if we change. We may be adding in a separate property that could be combined with the .data value though, but until then you would need to run the calculation again inside of a .map of the table data or use a transformer to add the calculation to the data before it is displayed if that makes sense