Badges
Latest Posts
-
Re: “Is there a way in Ninox to get the display name of the current table through a script? I don’t want the tableId (which returns a unique ID)
@我是我的我 You can get this by API also... If you have a public cloud or a private cloud: let postUrl := "https://api.ninox.com/v1/teams/" + teamId() + "/databases/" + databaseId() + "/tables/" +…
