New Member
Since ‎10-07-2020
‎01-12-2022

My Stats

  • 41 Posts
  • 4 Solutions
  • 17 Likes given
  • 18 Likes received

wrodriguez1's Bio

Badges wrodriguez1 Earned

View all badges

Recent Activity

The same way you can do [_THISROW] to check the value of a row, is there a way to check for [_THISAPP] to know what app you are in? Obviously not that code, but something similar to check for what app the user is in. We have multiple AppSheet apps an...
Hello, I’m trying to look up the email of the person who is logged in, in the employee table to find out their position (text value). I have that part working fine. What I need next is to use their position to find out what role they are in, based on...
Hello, I wanted to LIST values based on an IFS() LIST( IFS( ISNOTBLANK([ppd_am]), “AM”, ISBNOTLANK([ppd_pm]), “PM”, ISBNOTLANK([ppd_am], [ppd_pm]), “Full Day” ) ) I basically want it to show AM, PM, and Full Day… But not show each one if the value is...
Hello, I have a technician table and a technician_schedule table fkey/ref using employee_id. In the technician table I have a column called available_days EnumList where you pick days the technician can work (Sun-Sat) that ref a day table. This avail...
Hello, I have a table called FleetRequest where our employees go in and request a vehicle to use temporarily or permanently. Then there is a table called VehicleAsset that holds all of the vehicles we have in stock. I set it up where from the request...
Likes from