Forum Discussion
Hi @alchemiz ,
Thank you very much for the response. I still couldn’t understand how I could download the CSV file. Could you please let me know the snap that I could use to download the CSV file once I make the REST API call “/bulk/v1/leads/export/{exportID}/file.json”?
“file.json” REST API call returns a CSV file as per Marketo documentation.
- SpiroTaleski4 years agoValued Contributor
Hi Spiro,
Below is the received error message. It doesn’t work either with 2 equal signs…
Expression parsing failed near -- SSO__c >> = << TRUE (Reason: Attempt to use assignment at line 1:7, which is not supported in the expression language; Resolution: If you meant to compare two values, use two equals signs (==))
- SpiroTaleski4 years agoValued Contributor
- SpiroTaleski4 years agoValued Contributor
Use ‘=’ instead of ‘==’ on the place where you make comparison .
Or please share the query that you are trying to execute.
Hi @Spiro_Taleski,
After attempting lots of variations, this one did the trick:
'CUSTOM_FIELD__c = TRUE'
As always thanks for your help
Related Content
- 4 months ago
- 6 months ago
- 2 years ago