0

Get()

So, with Ninox's new get()

 

I could do:

get(this,"First Name")

However, what if I would like to look up the table and field?

 

Could I do something like

get(tableFind("Table Name",recID), "First Name")

Or is there a formula to return the current table's name?

I do see there's tableID("")

1 reply

null
    • Fred
    • 2 mths ago
    • Reported - view

    You don't need the know the name of the current table to use get().

    If you want to modify fields in other tables then you need to get the nid of the record, which is the tableId plus the recordId. You can get that info through a select statement. Then you can use the for loop command to loop through each of the records found and get the data you need.

Content aside

  • 2 mths agoLast active
  • 1Replies
  • 44Views
  • 2 Following