cancel
Showing results for 
Search instead for 
Did you mean: 

How to get id column value

Rahul
New Contributor III

“entity”: “{"columns": "created_at,carrier_name,tracking_number,status_caption,locker.locker_number,status_timestamp,assigned_name,recipient_name,recipient_location_full_name,location_full_name,sender_name,comments,is_damaged,modified_by_name,custom_field_values.23,custom_field_values.26,custom_field_values.15,custom_field_values.25,custom_field_values.5,recipient_contact_custom_field_values.6,recipient_contact_custom_field_values.16,recipient_contact_custom_field_values.24,recipient_contact_custom_field_values.29,sender_contact_custom_field_values.6,sender_contact_custom_field_values.16,sender_contact_custom_field_values.24,sender_contact_custom_field_values.29", "content_type": "text/csv", "filter": "", "filter_description": "", "filter_location_id": null, "id": 95, "last_run_at": "Wed, 15 Dec 2021 09:40:43 GMT", "modified_at": "Wed, 15 Dec 2021 09:40:43 GMT", "modified_by": 1, "name": "rahul2", "owner_id": 1, "path": null, "row_count": 0, "search": null, "sort": null, "status": 1, "type": 0}”

6 REPLIES 6

j_angelevski
Contributor III

Try with JSON.parse($entity).id
image

Rahul
New Contributor III

Thanks It’s working as expected