Glide: Build an Inventory Ordering App Using the JSON Trebuchet Method

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

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

  • @mansolomd
    @mansolomd 4 месяца назад +1

    This method definitely helps one of my clients on the Maker Plan.

    • @RobertPetittoWA
      @RobertPetittoWA  4 месяца назад

      That’s the best scenario for sure! Until we get big tables for all plans, this will be a nice workaround!

  • @jlasenjo
    @jlasenjo 4 месяца назад +3

    Robert, the two videos of this set, are amazing, but , only works with the user table ? or can it use between different types of tables ?, great videos, like always !!

    • @RobertPetittoWA
      @RobertPetittoWA  4 месяца назад +1

      It works the easiest with the user table, otherwise , you can use a single row table with a user specific column. Then use a single value -> whole row to build a “relation” to that table

    • @jlasenjo
      @jlasenjo 3 месяца назад +1

      ​@@RobertPetittoWA Please, please, Master !!! make a tutorial about this when you can.....🙏

  • @user-pf9gx3dq4d
    @user-pf9gx3dq4d 4 месяца назад +1

    One word - Prefect!

  • @jamdun3043
    @jamdun3043 3 месяца назад

    Cool method and tips, ty Robert 😀 Even if experimental, you can also use straight JavaScript code inside Glide Tables to manipulate complex data like this. Tested and approved this week.

    • @RobertPetittoWA
      @RobertPetittoWA  3 месяца назад

      Amazing!

    • @jamdun3043
      @jamdun3043 3 месяца назад

      @@RobertPetittoWA Hi Robert, yes it definitely works (vanilla JS expert) for data formatting. I didn't test it yet with very complex data but it works with custom made functions.

    • @jamdun3043
      @jamdun3043 3 месяца назад

      Let me show you how in sceenshot

    • @jamdun3043
      @jamdun3043 3 месяца назад

      Was closed.

  • @glincapierrelouis
    @glincapierrelouis 4 месяца назад

    This video is so helpful! It is possible to create different dashboard for different user each can see only Features or option I want them to see? like if I build a 1 and 1 apps to manage client and employee but each of them gonna see different information on their app? client can see booking, order a service, see order He already did, make payment, leave reviews etc. and employee see their task, clack in, clack out, add pictures on their task, etc?

    • @RobertPetittoWA
      @RobertPetittoWA  4 месяца назад

      You bet. Just need to build a screen that’s being filtered where emails > is signed in user.

  • @angcingcian99
    @angcingcian99 3 месяца назад

    robertto i like u method so much ,but every times i learn i can do it any think ,please help me what mush i do it the first for begening glide

  • @Handy_Hire
    @Handy_Hire 4 месяца назад

    I’m assuming this would make glide load faster?

    • @RobertPetittoWA
      @RobertPetittoWA  4 месяца назад

      Potentially since you have less data that your manipulating at any given time.

  • @tecnologiamoderna3406
    @tecnologiamoderna3406 4 месяца назад

    Hi Robert, thx for that one, but what if i want to my users login with username and passowrd, is this possible in glide ????

    • @RobertPetittoWA
      @RobertPetittoWA  4 месяца назад

      Not possible. Email only. Only way to get password is if you go enterprise and use SSO