New Member
Since ‎03-06-2020
‎09-24-2020

My Stats

  • 33 Posts
  • 0 Solutions
  • 2 Likes given
  • 3 Likes received

harshad0191's Bio

Badges doubts Earned

View all badges

Recent Activity

I have a column called start that receives the value now() and another column called end also receives the value of now() , both are of type DateTime and another called duration that receives the expression [start]-[end] and shows me the duration. Bu...
Is it possible to insert data from two different tables in a single row using the action “add a new row to another table using the values ​​in that row”?
How do I get the row from my app’s table and add it to another table, but will this only happen when the scan is saved? I don’t want to use a button to trigger this action. I already use it this way in some applications (no button), just based on the...
How do I filter a single column?
How can I limit the display of some data based on the user’s role? I used an expression in which to filter based on a function, but I need it to be based on 3. I used this expression: LOOKUP(USEREMAIL(), user, email, function) = “user role”
Likes from