rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.88k stars 479 forks source link

Importing existing data from subtable/map #1554

Open jirizoudun opened 3 months ago

jirizoudun commented 3 months ago

Describe the bug Importing existing data from Firestore into subtable view doesn't work see included screen recording.

To Reproduce Steps to reproduce the behavior:

  1. Create subtable (map) in Firestore document and fill it with some data.
  2. Select the same collection in Rowy
  3. Add column with fieldKey created in 1. with Filed type sub-table
  4. Select value of new column in document with created subtable
  5. Error: You don't see data from Firestore
  6. Even after adding columns of subtable you don't see data from selected document.

Expected behavior In 5. you see option to import values of subtable from Firestore document.

Screenshots

https://github.com/rowyio/rowy/assets/12987596/fcb3e6c3-5404-4c5d-a666-c990eff36215

Rowy Run version Not configured

Desktop (please complete the following information):

Additional context Importing existing data from Array subtable works as expected.