Hi @Anonymous,
Please refer to screenshot below to convert the array:



You could enter below content in the Value field of Append to Array variable:
{
"cc_emails": @{items('Apply_to_each')['cc_emails']},
"fwd_emails": @{items('Apply_to_each')['fwd_emails']},
"reply_cc_emails": @{items('Apply_to_each')['reply_cc_emails']},
"fr_escalated": @{items('Apply_to_each')['fr_escalated']},
"spam": @{items('Apply_to_each')['spam']},
"email_config_id": @{items('Apply_to_each')['email_config_id']},
"group_id": @{items('Apply_to_each')['group_id']},
"priority": @{items('Apply_to_each')['priority']},
"requester_id": @{items('Apply_to_each')['requester_id']},
"responder_id": @{items('Apply_to_each')['responder_id']},
"source": @{items('Apply_to_each')['source']},
"company_id": @{items('Apply_to_each')['company_id']},
"status": @{items('Apply_to_each')['status']},
"subject": @{items('Apply_to_each')['subject']},
"association_type": @{items('Apply_to_each')['association_type']},
"to_emails": @{items('Apply_to_each')['to_emails']},
"product_id": @{items('Apply_to_each')['product_id']},
"id": @{string(item()['id'])},
"type": @{items('Apply_to_each')['type']},
"due_by": @{items('Apply_to_each')['due_by']},
"fr_due_by": @{items('Apply_to_each')['fr_due_by']},
"is_escalated": @{items('Apply_to_each')['is_escalated']},
"custom_fields": @{items('Apply_to_each')['custom_fields']},
"cf_automatically_approved": @{items('Apply_to_each')['custom_fields']['cf_automatically_approved']},
"cf_estimate_approved_customer_only": @{items('Apply_to_each')['custom_fields']['cf_estimate_approved_customer_only']},
"cf_initiate_resolution_within": @{items('Apply_to_each')['custom_fields']['cf_initiate_resolution_within']},
"cf_end_user": @{items('Apply_to_each')['custom_fields']['cf_end_user']},
"cf_estimate": @{items('Apply_to_each')['custom_fields']['cf_estimate']},
"cf_estimate_lt4_hrs": @{items('Apply_to_each')['custom_fields']['cf_estimate_lt4_hrs']},
"cf_note_to_invoice": @{items('Apply_to_each')['custom_fields']['cf_note_to_invoice']},
"cf_internal_software_license_assurance": @{items('Apply_to_each')['custom_fields']['cf_internal_software_license_assurance']},
"created_at": @{items('Apply_to_each')['created_at']},
"updated_at": @{items('Apply_to_each')['updated_at']},
"associated_tickets_count": @{items('Apply_to_each')['associated_tickets_count']},
"tags": @{items('Apply_to_each')['tags']},
"description": @{items('Apply_to_each')['description']},
"description_text": @{items('Apply_to_each')['description_text']},
"internal_agent_id": @{items('Apply_to_each')['internal_agent_id']},
"internal_group_id": @{items('Apply_to_each')['internal_group_id']}
}
The flow would run successfully as below:

Best regards,
Alice