New Member
Since ‎04-08-2019
‎02-21-2020

My Stats

  • 12 Posts
  • 0 Solutions
  • 9 Likes given
  • 5 Likes received

dgoldz's Bio

Badges Will_Henry Earned

View all badges

Recent Activity

Let’s say a have a column, “my_number”, and I then have another column called “my_number_plus_2”, with the formula [my_number] + 2. It seems that I first have to create a record, with a value in “my_number”, then open the record back up to edit it be...
Is it possible to do something like this? SELECT(daily_schedule[Unique_User_Table_ID].[email], [Unique_User_Table_ID].[Emp_Role] = “Manager”) The dereference in the second part of the select statement works (using Emp_Role) but trying to select email...
There must be a function that returns the current app name? I see there is an APP function, but I can’t find any documentation on it. (I have noticed the documentation is particularly difficult to search effectively)
I am using a webhook action to hit the appsheet api to add rows to an app. I have defined the body as follows: { “Action”: “Add”, “Rows”: [ { “Unique_User_Table_ID”: <<[Shift Manager Name]>> }, ] } But I am getting this error, saying the body is miss...
I have a reference column in ‘table_A’ that references a unique_id in a people_table. The people_table has a name column that is used as a label. So, when I select a dropdown from the reference column it shows the name, and I can also type in to sear...