Hello! I'm having issues with Date/Datetime field types in Apps script to be used in Looker Studio.
The field type used in Apps Script is set to YEAR_MONTH_DAY_SECONDS and the value is formatted as YYYMMDDHHMMSS as per the Documentation. The problem is when the data is brought into Looker Studio, the charts cannot recognize it as Datetime and just returns 'null' on the rows.
How do I format the datetime fields correctly that it gets passed over to Looker Studio and it being recognized as a correct Date & Time field?