Create and manage report action items for mobile and tablet | Zoho Creator Help

Creating and managing action item in reports for mobile and tablet

1. What does this page cover

Learn how to configure custom actions for reports and access them on mobile and tablet devices. Learn how to create a custom action item for a report in the web

2. Availability

  1. Available across all plans of Creator
  2. Can be configured only by admins and developers for the users to access
  3. Available in all report types, except for pivot chart and pivot table

3. Action item in report

Action item in Zoho Creator reports serves as an addition to the default report actions, such as edit, delete, duplicate, and view record, allowing users to interact with report entries. When actions beyond these built-in options are needed, action item provides a customizable solution to meet those extended requirements.

Adding an action item involves creating a workflow that defines the logic behind the intended action. Once configured, the action appears as a button in either the quick view or detailed view of a report record based on its configuration. When clicked, it triggers the associated workflow, applying the defined logic and producing the required result.
Also, default report actions such as edit, delete, and view records can be restricted for users by configuring the appropriate user permission set. By unchecking the corresponding checkboxes for these actions, users assigned to that permission set will not see or be able to access these action items in the report.
Note: Custom actions (action items) are not included when exporting data from a report.

3.1. Business use case

Case 1: Consider a Zoho Creator application used for logistics management. Action items can be leveraged to streamline delivery status updates directly from the report view. For instance, delivery personnel can use custom action item buttons, such as Mark as delivered or Mark as delayed, without navigating away from the report. Clicking Mark as delivered can update the shipment status, log the delivery time, and trigger a customer notification, while Mark as delayed can prompt for a reason, update the status, and notify the operations team. This setup ensures real-time updates, improves operational efficiency, and enhances communication between teams and with customers.

Case 2: Consider an organization that uses a Zoho Creator application for field service operations, where the service area is divided into different zones. Customers can raise service requests for a specific zone using a form, and these requests are stored in a Service requests report. Once all service requests within a zone are addressed, technicians can trigger a custom action item called Mark area serviced configured in the report. On clicking this action, the system automatically fetches all service request records linked to that zone and updates their status to Completed. This eliminates the need for manual updates, ensures data consistency, and significantly improves operational efficiency.

3.2. Navigation guide


3.3. Steps to configure an action item

  1. Navigate to the preferred report in the edit mode of the application and click the mobile or tablet icon to create an action item for the required device type.
  2. Select the Quick View or Detail View tab. Skip this step for Spreadsheet reports, as they only have a consolidated view where records are displayed in a spreadsheet format.
    1. Quick View: The configured action item will be displayed when the action is performed on a record in the quick view of the report.
    2. Detailed View: The configured action item will be displayed when the action is performed on a record in its detailed view.
  3. Select the Actions tab. You’ll see the default actions organized into sections based on when each action is displayed.
  4. Click the plus (  ) icon in the preferred sections listed under the Quick View or Detailed View actions:
    Quick View
    Detailed View
    On Tap of a Record: Action items will be displayed when the record is tapped. Select the preferred action item to execute. If only one action item is available, it will be executed directly.

    For Single Record: Action items will be displayed when clicking the horizontal ellipsis next to the record. Select the preferred action item to execute.

    For Long Press of a Record: Action items will be displayed when long-pressing the record. Select the preferred action item to execute.

    For Swipe Left of a Record: Action items will be displayed when swiping from left to right on the record. Select the preferred action item to execute.

    For Swipe Right of a Record: Action items will be displayed when swiping from right to left on the record. Select the preferred action item to execute.

    For Multiple Records: Action items will be displayed after selecting multiple records. Select the preferred action item to execute.

    For Selected Record: Action item will be displayed when clicking the horizontal ellipsis in the detailed of the preferred record. Select the preferred action item to execute.
    For Selected Record: Action item will be displayed when clicking the horizontal ellipsis in the detailed of the preferred record. Select the preferred action item to execute.

    1. Note:  If an action is already set up on the web or in another section, clicking the plus ( + ) icon will display them along with other actions that are not yet added to this section. You can select an existing action to add it, or click + Add new item to create a new one.
  5. Enter the name of your action item and select whether you want to enable it based on a condition. The action item will be accessible to the user only when the specified criteria are met. Otherwise, it will remain disabled. For example, in a task tracking application, you can set a condition to enable the action item 'Mark as Completed' only when the task status is 'In Progress'. This ensures that the action item becomes accessible only at the appropriate stage, and upon execution, it updates the task status to 'Completed'.
    1. A pop-up will be shown to set the condition, if you have selected the On Condition option. Specify the criteria in the Set Condition popup and click Done.
  6. Select when to execute the workflow. If you want to execute the workflow directly after clicking the action, select Once or select After Confirmation, If you want to show the confirmation message as a pop-up when the user clicks the action item in the report before executing.
    1. When you select After Confirmation, you will be shown a pop-up. Select the either of the following tabs:
      1. Individual Record: Configure the pop-up to be displayed when triggering the action item for a single record.
      2. Multiple Records: Configure the pop-up to be displayed when triggering the action item by selecting multiple records.
    2. Enter the message to be displayed and button texts in the confirmation pop-up on executing the action item on and click Done.

    3. Note:
      1. For individual records: You can include values from the fields of the respective record in the pop-up message by clicking 'Insert Fields.'  This allows dynamic content based on the selected record.
      2. For multiple records: Only the record count can be dynamically added to the pop-up message. Field values from individual records cannot be included.


  7. Enter the name of the workflow.
  8. If you are creating an action For Multiple Records, you will be shown two options additionally to choose whether to execute the action for each record or for the collection of record.
  9. Info: Execute Action for Each Record will repeat the workflow for every single record (Ex: If 3 Selected Records selected the workflow would run 3 times), whereas Execute Action for Collection of record will run the function only once regardless of the selection of multiple records.
    For example: Let’s consider a shipment organization that uses a Creator application to track package statuses. An action item is configured to send email notifications to customers when their packages reach the hub.

      1. If the action item is configured using Execute Action for Each Record, the workflow will run individually for every selected record, sending personalized email notifications to each customer.

      2. If the action item is configured using Execute Action for Collection of Records, the workflow will run only once, regardless of the number of records selected. In this case, the organization can get a single consolidated notification updating the status of all delivered packages at the end of the day.
  10. Click the Create Workflow. The workflow builder will appear.
  11. Click Add New Action.
  12. Select when the action should run. If you choose the On Condition option, additional fields will appear to set the criteria. Specify the required criteria.The configured action will be executed only if the condition is met when the action item is clicked.
  13. Select the preferred Action Type.
    1. NotesNote: For multiple records, if the action is selected to execute on the collection of records, the function selected in the Deluge script action item must have a form object as an argument.
  14. Define specifics for the selected action type and create a Workflow. Click Done.
  15. Click Create. The action will be included in the report.
  16. NotesNote: The workflow configured in the action item will be listed under Report workflows under the Workflows tab in the edit mode of the application. Learn more 

4. Accessing report actions in the application's live mode on mobile or tablet

Depending on how the action item is configured, the position and the way of accessing the action item will differ, as shown below
Mobile
Tablet
Mobile

Quick View

  1. On Tap of a Record
    Tap the preferred record to view the action items and select the preferred action item to execute the configured action. If only one action item is added, it will be executed directly on tap of the record.


  2. For Single Record
    Tap on the horizontal ellipsis icon near a record to view the action item and select the preferred action item to execute the configured action.


  3. For Long Press of a Record
    Tap and hold a record to view the action item and select the preferred action item to execute the configured action.

  4. For Swipe Left of a Record
    Swipe from the left side of the record to reveal the action item on its left and select the preferred action item to execute the configured action.


  5. For Swipe Right of a Record
    Swipe from the right side of the record to reveal the action item on its right and select the preferred action item to execute the configured action.


  6. For Multiple Records
    In the preferred report, select the vertical ellipsis icon at the top of the screen to view the action items configured for multiple records. Click the desired action item, then select records to perform the action. 

Detail View      

  1. For Selected Record
    In the detailed view of a record, select the vertical ellipsis icon at the top of the screen to view the action items and select the preferred action item to execute the configured action.

Tablet

Quick View

  1. On Tap of a Record
    Tap the preferred record to view the action items and select the preferred action item to execute the configured action. If only one action item is added, it will be executed directly on tap of the record.


  2. For Single Record
    Tap on the horizontal ellipsis icon near the preferred record to view the action items and select the preferred action item to execute the configured action.


  3. For Long Press of a Record
    Tap and hold a record to view the action items and select the preferred action item to execute the configured action.


  4. For Swipe Left of a Record
    Swipe from the left side of the record to reveal the action item on its left and select the preferred action item to execute the configured action.


  5. For Swipe Right of a Record
    Swipe from the right side of the record to reveal the action item on its right and select the preferred action item to execute the configured action.


  6. For Multiple Records
    In the preferred report, click the Select button in top of the report to view the action items configured for multiple records. Select records and click the action item to perform the configured action.


Detail View

  1. For Selected Record
    In the detailed view of a record, select the vertical ellipsis icon to view the action items and select the preferred action item to execute the configured action.


 5. Managing action items in report

The managing action item in the report includes: 
  1. Adding an action item
  2. Removing an action item
  3. Editing label names of actions
  4. Editing an action item

5.1. Adding an action item

Note: This section explains how to add an existing action item to the report. Click here to learn how to create a custom action item.
If an action is already configured on the web or in another section for mobile or tablet, it can easily be readded in other sections for the Quick View or Detail View actions across devices. To do this, just add the action to the required section in the Quick View or Detail View actions by following the steps below: 
Note: You can also re-add the removed action item by following the same steps.
  1. Navigate to the Actions tab under the Quick View or Detail View section of the preferred report in the application's edit mode.
  2. Click the plus(  )icon in the preferred sections listed under the Quick View or Detailed View actions. Actions that are not yet added to the selected section will be listed. This includes actions configured for the web or created in other sections for mobile or tablet.
  3. Click on the preferred action to add it to the list. If you would like to create a new action item, click + Add new action. Learn how to create a new action item
Note: If all the available actions are added in the selected section, you'll be prompted directly to create a new action item upon clicking the plus (  ) icon.

5.2. Removing an action item

The default action item(Edit, View Record, Duplicate, Delete) and the custom action item can be removed from the preferred sections by following the steps given below:
  1. Navigate to the Actions tab under the Quick View or Detail View section of the preferred report in the application's edit mode.
  2. Hover on the action listed under the respective section and click the delete (  ) icon. The action will be removed from the list.
Note: If you remove a custom-configured action that is not used in any other section, a pop-up will appear asking whether you want to delete the action permanently or save it for later. Choosing Delete will remove the action permanently, while Save for later will remove it from the current section, but allow you to re-add it later.
 

5.3. Editing label names of actions

The label names of the action item can be edited by following the steps below:
Note: Changing the label name of an action item used in multiple Quick View or Detailed View sections will update the action item's name across all such sections in the report.
  1. Navigate to the Actions tab under the Quick View or Detail View section of the preferred report in the application's edit mode.
  2. Hover on the action listed under the respective section and click the edit label (  ) icon. Type in the required name for the action and press enter to save changes.
    d
  3. Type in the required name for the action and press enter to save changes.

5.4. Editing an action item

The custom action item that you've created can be edited by following the steps below:
  1. Navigate to the Actions tab under the Quick View or Detail View section of the preferred report in the application's edit mode.
  2. Hover on the custom action item listed under the respective section and click the edit (  ) icon.
  3. Make the necessary changes, such as renaming the action, setting condition criteria, or adding a confirmation message.

  4. Click Edit Workflow to make changes to the associated workflow.
  5. Click Done after making changes to the workflow.
  6. Click Update to apply the changes.
  1. Creating an action item

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsRetailOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceForms for Solopreneurs
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Forms for Government
                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic FormsInsurance
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsWufoo alternativeEncrypted Forms
                              Accessible FormsTypeform alternativeSecure Forms

                              WCAG

                                          Create. Review. Publish.

                                          Write, edit, collaborate on, and publish documents to different content management platforms.

                                          Get Started Now






                                                            You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                Manage your brands on social media

                                                                  Use cases

                                                                  Make the most of Zoho Desk with the use cases.

                                                                   
                                                                    

                                                                  eBooks

                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                                   
                                                                    

                                                                  Videos

                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                                   
                                                                    

                                                                  Webinar

                                                                  Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                                   
                                                                    
                                                                  • Desk Community Learning Series


                                                                  • Meetups


                                                                  • Ask the Experts


                                                                  • Kbase


                                                                  • Resources


                                                                  • Glossary


                                                                  • Desk Marketplace


                                                                  • MVP Corner



                                                                    Zoho Sheet Resources

                                                                     

                                                                        Zoho Forms Resources


                                                                          Secure your business
                                                                          communication with Zoho Mail


                                                                          Mail on the move with
                                                                          Zoho Mail mobile application

                                                                            Stay on top of your schedule
                                                                            at all times


                                                                            Carry your calendar with you
                                                                            Anytime, anywhere




                                                                                  Zoho Sign Resources

                                                                                    Sign, Paperless!

                                                                                    Sign and send business documents on the go!

                                                                                    Get Started Now




                                                                                            Zoho TeamInbox Resources





                                                                                                      Zoho DataPrep Demo

                                                                                                      Get a personalized demo or POC

                                                                                                      REGISTER NOW


                                                                                                        Design. Discuss. Deliver.

                                                                                                        Create visually engaging stories with Zoho Show.

                                                                                                        Get Started Now









                                                                                                                            • Related Articles

                                                                                                                            • Creating an action item

                                                                                                                              This page is relevant for all report types except pivot chart and pivot table. Note: Custom Actions (action items) configured in your reports will not be exported. To create an action item: Navigate to Design page. Click the web, mobile, or tablet ...
                                                                                                                            • Understanding report creation from live mode

                                                                                                                              Zoho Creator provides users with a conducive method to create reports from the live mode of the application. This enables the admin to provide specific users with the permission to create reports to the forms that they have access to. These users ...
                                                                                                                            • Understand reports

                                                                                                                              Note: To optimize efficiency and security, support for XLS format has been deprecated, and instead, the XLSX format will be supported with effect from 21-March-2024. We insist you to replace any instance of .xls to .xlsx across Deluge scripts in your ...
                                                                                                                            • How to copy subform data to another subform using a report action

                                                                                                                              The values in a subform of a record can be copied to another form's subform using Deluge within the report actions. This allows seamless transfer of subform data between forms, ensuring consistency. For example, consider a Zoho Creator resource ...
                                                                                                                            • Display custom action button for specific records

                                                                                                                              Requirement   The custom action button in a report should be visible only for certain records, based on a condition. Use Case   An asset request app lets employees raise requests for gadgets or machines. While filling the form, employees can specify ...
                                                                                                                              Wherever you are is as good as
                                                                                                                              your workplace

                                                                                                                                Resources

                                                                                                                                Videos

                                                                                                                                Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                eBooks

                                                                                                                                Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                Webinars

                                                                                                                                Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                CRM Tips

                                                                                                                                Make the most of Zoho CRM with these useful tips.



                                                                                                                                  Zoho Show Resources