How to use email query Activity Assignment comments?

Hello All,

have possible use email query get Activity Assignment comments?

I use this code. but comments get error information, and close by show resent ID.

the following is query list

<Item type="Activity" id="${Item/ActivityId}" action="get" select="name,message,id"/>
<Item type="${Item/@type}" id="${Item/@id}" action="get" select="item_number,keyed_name,a_model,a_brand,a_no,b_view"/>
<Item type="ItemType" id="${Item/@typeId}" action="get" select="label,name"/>
<Item type="Activity Assignment" source_id="${Item/Activity}" action="get" select="closed_by,comments"/>

so how can I get this correct comments and close_by show key name?

Can you suggest me ? How can i do it?

Parents
  • Hello All,

    have possible use email query get Activity Assignment comments?

    I use this code. but comments get error information, and close by show resent ID.

    the following is query list

    <Item type="Activity" id="${Item/ActivityId}" action="get" select="name,message,id"/>
    <Item type="${Item/@type}" id="${Item/@id}" action="get" select="item_number,keyed_name,a_model,a_brand,a_no,b_view"/>
    <Item type="ItemType" id="${Item/@typeId}" action="get" select="label,name"/>
    <Item type="Activity Assignment" source_id="${Item/Activity}" action="get" select="closed_by,comments"/>

    so how can I get this correct comments and close_by show key name?

    Can you suggest me ? How can i do it?

    I think you should verify Field Names and Relationships. Double-check the field names and relationships in your code. Make sure that "comments" and "closed_by" are the correct field names for the Activity Assignment object in your system. Additionally, ensure that the relationships between the Activity Assignment and the related objects (e.g., "Activity", geometry dash scratch, and "Person") are correctly defined.

Reply
  • Hello All,

    have possible use email query get Activity Assignment comments?

    I use this code. but comments get error information, and close by show resent ID.

    the following is query list

    <Item type="Activity" id="${Item/ActivityId}" action="get" select="name,message,id"/>
    <Item type="${Item/@type}" id="${Item/@id}" action="get" select="item_number,keyed_name,a_model,a_brand,a_no,b_view"/>
    <Item type="ItemType" id="${Item/@typeId}" action="get" select="label,name"/>
    <Item type="Activity Assignment" source_id="${Item/Activity}" action="get" select="closed_by,comments"/>

    so how can I get this correct comments and close_by show key name?

    Can you suggest me ? How can i do it?

    I think you should verify Field Names and Relationships. Double-check the field names and relationships in your code. Make sure that "comments" and "closed_by" are the correct field names for the Activity Assignment object in your system. Additionally, ensure that the relationships between the Activity Assignment and the related objects (e.g., "Activity", geometry dash scratch, and "Person") are correctly defined.

Children
No Data