Connect to FlutterFlow: List and Single-Item View

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 17

  • @danielhabibi
    @danielhabibi Год назад +1

    Awesome video Michael! One tip I always recommend to people is, skip the step of naming the JSON paths since you can't use the selected path when generating dynamic children from a list view.

    • @nocodebackend
      @nocodebackend  Год назад +2

      Good tip!

    • @AlexMoorhouse
      @AlexMoorhouse Год назад

      does that still work? i get an error not naming them, also says "name cannot be empty" now..

    • @togugram
      @togugram Год назад +1

      @@AlexMoorhouse literally finished re-creating it. Still works but the Test Mode gives giving me error even though I exactly followed the video. I just keep re-clicking on test-mode and it works after few attempt. Probably slow propagation on the system.

  • @brennovn
    @brennovn Год назад +2

    Amazing video! Incredible software!!!

  • @Lui-E
    @Lui-E 11 месяцев назад

    yo at 8:18 the JSON path field is not available, it has Predefined Path Name filed which give you options of the columns of the list,

  • @t.h.3879
    @t.h.3879 Год назад +3

    One of the items in my record is a list of items. How do I pass that along to the next page? I keep getting a null in my list

    • @BriqueStudios
      @BriqueStudios 6 месяцев назад

      same I wish he would respond

  • @Art-01
    @Art-01 Год назад +1

    Hello. I'm trying to find a video on how to post products or content in the backend as admin? I only see that you can add products or content from the frontend manually, but not from the admin panel or dashboard. Hope you can make a video about this, thanks again.

    • @nocodebackend
      @nocodebackend  Год назад +1

      Hey @Art-01 this is done natively in Xano in the database. We have a spreadsheet view that allows you to manually add things as an admin. Very similar experience to an Excel or Google Sheets

  • @GustavoSantos-v7d
    @GustavoSantos-v7d Год назад +1

    Hi Michael, it will be great if you can create a video showing how to filter a ListView.
    I have build a choice chips as filter selection. My ideal scenario is to load the page and query all records, and them when a choice chip is selected (or multiple selected) the query all records get filtered and displayed. I'm sending the selection as a String variable to Xano.
    My Xano function I put a conditional statement where if the variable is Null, I query all records without any condition. And when is not Null, then I take the string and split it (,) into array to get the exactly records that match the selection.
    In FF though, I'm getting an error saying that you can't convert a List String to String and send to Xano. Not sure if is FF or Xano limitation at this time. Still investigating.
    Keep posting videos, they are very helpful and let me know if you need some support. I have a lot of API configured in FF.

  • @mutanabbycom
    @mutanabbycom Год назад

    Thanks Mik, that wat great help, now how add register functionality please?

  • @oliviermani6928
    @oliviermani6928 5 месяцев назад

    I don't understand, I made the exact same process but flutterflow doesn't display my data's in a list.
    It stays with [$.data], is there any other way to do it or maybe the video is too old?

  • @GeorgeKariuki-xf5pw
    @GeorgeKariuki-xf5pw Год назад

    Hello, very nice video, i had a quick question, i am using Xano as my database, i have a similar place list to your's in my database, however my location is not a string but a location field, i would like to get this locations displayed on flutterflows google map, what would be an easy to go about it

  • @BriqueStudios
    @BriqueStudios 6 месяцев назад

    I have one list of categories that will load into another list of services that will then display a single document; it will work in one instance perfectly fine based on an object id then not load and fail within the single document in the very next instance.. then I get it working again. It only works one time then stops.. Please help.

  • @brenolopes9624
    @brenolopes9624 Год назад

    Hello Miguel,
    Sorry if there are spelling errors. I don't speak English so I resorted to the translator.
    My doubt about FlutterFlow + Xano is:
    How can I dynamically update Xano data in Flutterflow?
    thanks
    Breno Lopes

    • @nocodebackend
      @nocodebackend  Год назад

      this is done by standard interaction with the API!