Help with a Clock In/Out App

Note: App can be viewed with me on discord, zoom, or Google Meet for further context into each question. This should be a simple expression issue (I think), Iโ€™m just not the best at writing those!

Problems needing to be solved:
1. Figure Out How To Display Name + Image in the clock in form, then automate the flow so the app finds the name based on the USEREMAIL() colum on the employees master sheet.
2. For the clock out behavoir and UX add only if condition to somthing like if USEREMAIL() + ISBLANK([Clock Out Time])
3. Find a way to only show user information on the clock out UX if the data set matches USEREMAIL().

1 1 244
1 REPLY 1

Hey @Dustin_Gleaton, welcome to the community.

First: you might check out the following post, itโ€™s full of tons of helpful tips to help you get stared with using the community to find answers.

To answer your question

  • It sounds like the first step you might take would be to implement a Current User system


In regards to how you can:

  • Check out References and how to connect tables together
    • When you have a reference connecting the child table (Timelogs) to the parent (User), the โ€˜labelโ€™ of the reference will be displayed - and this can include text & image elements.