---
sourceDocument: Australia Mobile Configuration and Navigation
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/mobile

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Mobile Configuration and Navigation

ft:clusterId :

    - mobile

bundleId :

    - mobile

workflow :

    - Development, Data and Analytics


---

# Input form actions

# Input form actions in an input form screen {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Learn about adding a button next to input form fields. This button allows users to add comments, attach files, and navigate to other screens.
Add a more menu button ![More menu icon.]() by specified input value fields.  
Note:  
The button appearance may vary between iOS and Android operating systems. The button is indicated with three dots either horizontally or vertically.
This button can include any variety of action items: comment, attachment, and navigation buttons.

* Comments: Where users can add, edit, or delete a comment. Users can add only one comment for each input value field.
* Attachments: Users can either select images from the gallery or add a new image to the gallery. Alternatively, they can add an image directly using the camera. Users can add multiple attachments to each input value field.  
  Note:  
  For attachment input actions, when mapping attachments as part of a data source, the field name must be declared as a <var class="keyword varname">sys_id</var> so it's automatically added to the Attachment \[sys_sg_attachment\] table. You
  then must define which element identifier the element belongs to using the <var class="keyword varname">values.Mapper</var> attribute.
* Navigation button: Users tap on this option to open an alternative screen or launcher screen. For example, navigate to a list screen to create a follow-up task or to view a knowledge base article in the context of an input. Any number of navigation buttons can be added to the more menu button.  
  Note:  
  For navigation functions labeled with a Record context, the data source mechanism is required. For navigation functions labeled with a Global context, the data source mechanism isn't required.

{#input-form-screen-input-actions__ul_drb_ggx_42c}For input actions script examples, refer to the following [Script code for storing user-selected attachments in the database](https://servicenow-prod.fluidtopics.net/OOSHLPDPsc8fzT_EybFT5A "Use the following script to determine where attachments selected by the user in the attachment input action are stored within the database.") and [Script code for comment type and updates for input actions](https://servicenow-prod.fluidtopics.net/4_jrtli8SDmqDi3Qwk1JUg "Use the following script to determine where user comments entered in an input form are stored. The script also records comment deletion, updates, insertions of new text, and tracking the timestamp of changes.").


