Adalo Tutorial: Most Common Mistakes - Current Data Missing From Screen, Data Loops and Flow Breaks

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Ever gotten the dreaded "Current Data Missing From" error? This video gives you some insight into how this happens and how to fix it.
    Need additional help? Check out my coaching services! telemetrylabs.io
  • РазвлеченияРазвлечения

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

  • @pford
    @pford  3 года назад +5

    For those of you looking for a quick fix without all the blabber and explanation, it's at 6:40

    • @yahsaves6725
      @yahsaves6725 3 года назад

      Thank you! Your videos really help. I really like working with Adalo.

    • @lehlomelaphakisi7286
      @lehlomelaphakisi7286 3 года назад

      can i please have your email

  • @user-ew8ys1ib7u
    @user-ew8ys1ib7u Год назад +2

    Thank you so much! Adalo should seriously address this issue. Just make all data available everywhere. It will allow more flexibility

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

    I have a list of something on screen 1, to add to the list I go to Screen 2, than I go to screen 3 to add images of the something. When I link back all my data is gone. How would I fix that?

  • @ckanu8689
    @ckanu8689 2 года назад

    Hey Patrick,
    Thanks for the video. I'm having cyclical data issues (as well as some others) as I need data sent to the Home screen which doesn't seem possible in Adalo. If it is in fact possible, I'd be willing to schedule a private session to learn how to resolve it.

  • @lucalemon-morgan9579
    @lucalemon-morgan9579 2 года назад +1

    Hi Patrick, If I wanted to prevent this could I use a tab bar/nav bars on a profile screen to remove this issue?

  • @arenaluigi
    @arenaluigi 3 года назад +1

    Thank

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

    Amazing, let me go fix my bugs. Thanks.

  • @GoodtimesON
    @GoodtimesON 3 года назад

    Hey, could you figure this scenario? I have three screens (screen1, 2,3) and all these screens are passing the data to screen 4?

  • @PranavClasses5
    @PranavClasses5 2 года назад

    sir loved your video and want to buy your course on udemy but the link is not working ??
    what can be done ?
    do reply
    thanks for the wonderful video

  • @Saudicodes
    @Saudicodes 3 года назад

    Thank you very much for this tip. so what would be the best way to do so if I would like to have multiple links going to the profile. Should I duplicate the profile page and do the work flow in one line in and out?

    • @pford
      @pford  3 года назад +2

      Good question and this is a very common example. You can have multiple screens sending data to a Profile screen as long as it's the same type of data and the Profile screen does not link somewhere else (unless using the App bar or Nav bar component - these components clear the data being sent to prevent loops). Otherwise, yes you would want to create a profile screen for each additional type of data being sent to the screen.

    • @Saudicodes
      @Saudicodes 3 года назад

      @@pford thank you very much, that's really help me clear the confusion I have. Keep it up with this great and helpful tips

  • @lehlomelaphakisi7286
    @lehlomelaphakisi7286 3 года назад

    afternoon Patrick, can you do a video on multiple user accounts and how to set different user's rights please

    • @pford
      @pford  3 года назад

      Yes! More of this type of content coming soon!

  • @urgote
    @urgote 3 года назад

    Thanks for the video ,she helped me a lot ! But i have an issue with your solution : you can't have two link going on the same page ? So, how can i do, if i want them to have 2 different access ? Because on the video the problem is fixed but you can't access to your view post from your home now. Thanks if someone can help me. Have a good day.

    • @pford
      @pford  3 года назад

      Yes you can technically have a single screen receive data from multiple locations, however it needs to be the same type of data and the same flow of data. For instance, you cannot display "Current User" data on a screen that is trying to display "Current Post > Creating User" data.

  • @saketsingh3760
    @saketsingh3760 3 года назад

    can you make a video on sports API connection in app

    • @pford
      @pford  3 года назад

      Did you have an API in mind?