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.
@@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.
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.
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
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.
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?
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
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.
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
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.
Good tip!
does that still work? i get an error not naming them, also says "name cannot be empty" now..
@@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.
Amazing video! Incredible software!!!
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,
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
same I wish he would respond
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.
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
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.
Thanks Mik, that wat great help, now how add register functionality please?
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?
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
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.
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
this is done by standard interaction with the API!