Google Sheets Export
-
Dear all,
I really love the export function but I ran into a major problem.
Every data is exported perfectly fine, but without timestamps. I Tried to add timestamps via google sheets script, but it only works when the data is manually added not when the data is send by forminator automatically. Can you please help me with this?/** @OnlyCurrentDoc */ function onEdit(e){ const sh = e.source.getActiveSheet(); sh.getRange ('M' + e.range.rowStart) .setValue (new Date()) .setNumberFormat ('MM/dd/yyyy HH:MMam/pm'); }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Google Sheets Export’ is closed to new replies.