Home Screens in AppSheet Part 2: Detail View

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

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

  • @westsunvisa
    @westsunvisa 11 месяцев назад

    How can I share my created app to other employee "User" and ADMIN2 which they can only see their data and me as an "ADMIN" can see my data and other users.

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

    thanks for idea

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

    great videos! do you have any video for clock in and clock out? im trying to make an app for teachers to clock in on and out from a class in a calendar, and then after clock out automatically open a form for a class feedback

  • @786ashiqmomin
    @786ashiqmomin Год назад +2

    Can you create a video on Log-in and log-out, if not using any authentication provider such as Google, Microsoft etc. Also, if using authentication provider login, can users still use another method of sign-in and sign-out within the app.

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

      I have done something similar using the form view , user table , in this case every user must have a unique user email.
      Users table:
      Useremail column
      User Password column
      User password (entered by user)
      With a view if expression (this user password = password) u can unlock the views for the user
      This is just a quick logic of how u can achieve it

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

    Hi, I have few queries. Please make a video on how to make a dependent drop-downs

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

      For each dependant drop down you would use this formula template for the "valid if" condition. Let's say you have 2 columns A and B. You want B to be dependent. Use this formula for the "valid if" for B. Select(tableWithDependanciesDefined[All Col B Values], [Col A]=[_thisrow].[Col A].
      Where [All Col B Values] are all the allowed values in a table that defines what Col B value is associated with a Col A value.
      The formula says go get a list of all allowed Column B values where Col A is equal to the value from Col A in the current form that the user selected.

    • @I布布遊戲
      @I布布遊戲 Год назад

      Very useful tutorial video. Thanks a lot.

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

    how to add a dark spacer in dark mode apps?

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

      change the color to #1d1d1d