Search

Support

Discord

English

Search

Support

Discord

English

Mini Widgets

Field Finder

Field Finder

With the Field Finder, you can quickly and easily determine the unique ID of a Ninox field. This ID is needed in many widgets to perform actions such as "update" specifically on a certain field.

Application Code

arcFieldFinder({
		apiKey: "YOUR_API_KEY",
		table: "A",
		field: "editing"
	})

💡 Note: If you build a function for your API key in the Global Code, you don't need to enter it every time. :) Then your application code might look something like this:

arcFieldFinder({
		apiKey: apiKey(),
		table: tableId(this),
		field: "editing"
	})

Example

You can naturally refer to Ninox fields for the parameters. As in the following example:

arcFieldFinder({
		apiKey: apiKey(),
		table: table,
		field: field
	})

You will now receive the Field ID "B", which you can specify for your actions in other widgets.

Arc Rider Ventures GmbH

© 2025