This
updateMenuCell
method allows the API to dynamically update the value of a specific cell within a component.Use cases:
- Pre-fill user data into forms
- Dynamically load dropdown options
- Inject values based on backend logic
π This builds a real-time bridge between the frontend UI and backend services.
Field | Type | Required | Description |
method | String | Yes | "updateMenuCell" |
app_id | String | Yes | Unique identifier for Target App. |
user_id | String | Yes | Unique identifier for the target user. |
menu_id | String | Yes | Unique identifier for the target menu: must be one of the existing predefined screens created within your app using nandbox App Builderβs Custom Component. |
cells | Array of Cells | Yes | Array of target cells within the target screen: the cell properties will be set within the target cell. |
reference | Long | Yes | Unique local identifier for the message. |