How to show approvals from custom tables that extend task in Agent AppIssue Currently, as per the documentation, the OOB Applet named 'Pending Approvals' shows the approvals only from Request, Requested Item, and change request tables. Below is the documentation link that mentions the same: itsm-mobile-request-approvalCauseThere are components within the app that need to be set for the custom table to show up in the Agent App. However, you can implement these components only to the tables that extend Task table. This is because the field 'Approval for' which is used in the filter to get the table only gets the tables that extend task. If the table is not extending task, Approval for is not populated and there is nothing else in the Approval record that says for which table the approval is for. ResolutionFollow the below steps to create this for tables other than requests, change requests, RITM that extend the task 1. Create a data item on the custom table 2. Create an Applet for the Data item created in step 13. Create Approve and Reject functions4. Associate those functions to the Applet5. Got to "Approvals Pending Main" Item stream (/sys_sg_item_stream.do?sys_id=e3045535532033002d96ddeeff7b12ab) and6. Add the above-created applet main item to the "Item Stream M2M Main Items " embedded list.7. navigate to form screens: /sys_sg_form_screen_list.do; under the form screen segments, open the link and configure the screen fields8. ensure item view is configured properly. For the configuration in options 7, you may need to first set up the fields, click on it and rename as: sysapproval.ref_change_request.type but for your custom table and fieldRelated LinksCommunity post for reference