Mapping Custom Data Types from Flutterflow to Rowy #1493
Answered
by
Chadha93
DayneLinx
asked this question in
Support / Q&A
-
|
Hi, I have a few custom Data Types in flutterflow and wanted to know how to map them so they are represented in Rowy. Would I use a Sub-Table for this? Custom Data Types https://docs.flutterflow.io/data-and-backend/custom-data-types Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
Chadha93
Dec 10, 2023
Replies: 1 comment 1 reply
-
|
Hi @DayneLinx, Yes, you can use the Sub-Table for this - https://docs.rowy.io/field-types/sub-table#creating-a-sub-table. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DayneLinx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DayneLinx, Yes, you can use the Sub-Table for this - https://docs.rowy.io/field-types/sub-table#creating-a-sub-table.
Also to map you can use Array of Maps, here is the perfect documentation with an example of FlutterFlow - https://docs.rowy.io/integrations/flutterflow/map-array.