I recently watched this YouTube video: https://www.youtube.com/watch?v=YrshuxPEjZI and learned the basics of migrating from Bubble to FlutterFlow. However, I'm stuck on an issue and am looking for the best way to resolve it.
In my Bubble app, I have a data type called "Item" that includes a field called "Images," which is a list of image links stored in AWS S3. When I export this data using Bubble's Export function, the image links appear in a single cell as a list in the CSV file. Unfortunately, FlutterFlow's import feature doesn't support this type of list data.
Has anyone faced a similar problem or does anyone have suggestions on how to handle this?