Skip to main content
Solved

TIME FORMAT

  • December 14, 2023
  • 2 replies
  • 16 views

Forum|alt.badge.img+2

posting on Facebook date and time from my table doesnt get me the same format on the post

 (2020-12-17T06:00:00.00)

this is the output

this is my input

 

Best answer by Sho

Automation will output the date field as ISO format.
You will need to format them as strings using the Datetime_format function.

This article will be helpful.
Timebased-Troubleshooting Airtable automations | Airtable Support

2 replies

Forum|alt.badge.img+21
  • Inspiring
  • Answer
  • December 15, 2023

Automation will output the date field as ISO format.
You will need to format them as strings using the Datetime_format function.

This article will be helpful.
Timebased-Troubleshooting Airtable automations | Airtable Support


Forum|alt.badge.img+2
  • Author
  • New Participant
  • December 16, 2023

TNX !!!