Export definition for CDO, how to I pass 10k/20k records using "filter": "STATUS('{{ActionInstance..
Hi All,
I want to create an export definition for CDO objects to export CDO data from a campaign where I have my app. My record definition looks as below, passing the records using the "status" filter, API endpoint /api/bulk/2.0/customobjects/id/exports
{ "name": "Hot Air Balloon Export",
"fields": { "address1": "{{CustomObject[13].Field[296]}}",
"city": "{{CustomObject[13].Field[289]}}" },
"filter": "STATUS('{{ActionInstance(6b304cfb372449c4b56e859ec9c70586).Execution[4860]}}') = 'pending'" }
The status filter works for contact entity but not CDO entity.
My questions:
1.Are there any other filters I can use (I do not have any set pattern of the segment I am passing)
Tagged:
0