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
@knzamy6 ай бұрын
thanks for idea
@786ashiqmomin Жыл бұрын
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 Жыл бұрын
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
@westsunvisa11 ай бұрын
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.
@subbuunique2823 Жыл бұрын
Hi, I have few queries. Please make a video on how to make a dependent drop-downs
@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.