How to add/remove the fields on the CARD when call is created through quick actions?Issue When a call is created through Quick actions which is showing default fields in Card API. ResolutionAs per out of box functionality in the CARD it shows the fields from the default view of the task table. Here in our example, I have taken as a "call" table, the task is the parent of which u_call is a child table, if you want to add/remove fields from the card, you need to create a "connect" view for the task table so that once the call is created through Quick actions only the respective fields are shown as per the order. Below is the example of the "connect" view which you need to be created in the 'task' table Note: When you create a "connect" view for the task(parent) table, the changes will be applicable for all the child tables(example: Incident, Problem, so on ___), while you create a card by using quick actions on respective child tables in Workspace. So be cautious before making this change. As per out of the box there is a limitation, if you create a "connect" view directly to the (child) table, the changes will not be reflected over the card.