We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19
I want to filter leads by id or field_data but I'm getting An unknown error has occurred.
id
field_data
An unknown error has occurred.
const params = { // trying to filter a specific lead id 'filtering' : [{'field':'id','operator':'EQUAL','value':'123456'}], }; const leadgenFormLeads = await (new LeadgenForm(form.id)).getLeads([ Lead.Fields.campaign_name, Lead.Fields.created_time, Lead.Fields.field_data, Lead.Fields.form_id ], params).then((result) => result.map((lead) => lead._data))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which SDK version are you using?
19
What's the issue?
I want to filter leads by
id
orfield_data
but I'm gettingAn unknown error has occurred.
Steps/Sample code to reproduce the issue
Expected Results:
getting lead with ID 123456
The text was updated successfully, but these errors were encountered: