thunkable / thunkable-issues

24 stars 9 forks source link

(Thunkable X) Data Viewer List (beta) Vs Airtable Dates #426

Open easaw opened 4 years ago

easaw commented 4 years ago

When using the Data Viewer List, and selecting a date field from an Airtable cell, the (android) live app only shows the full DateTime e.g. "2020-03-31"

Platform

X

Issue/Request Origin

Firefox 74.0 & Android Live view V167

Steps to Reproduce

  1. Add Data Viewer List
  2. Add Airtable as source with a Date column, formatted as required (e.g. March 31, 2020)
  3. Add a date in one of the cells
  4. select date as title/sub/text in the list viewer

Expected Behaviour

Shows formatted date as selected in Airtable e.g. "March 31, 2020"

Actual Behaviour

Screenshot_thunkable_issue_426

This is also a broken format when using the Date/Time column, it shows a full DateTime "2011-01-01T15:03:01.012345Z" on the List.

jane-d-alt commented 3 years ago

Hi there,

The current behavior of these blocks is that you will get the date in ISO format, eg. 2020-02-24. These blocks will not return the time.

We will take your feedback regarding formatting on board. Thanks!