-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
Source Pipedrive: Custom Fields #9433
Comments
It looks like there might be a workaround using custom transformation as mentioned in this related issue: #6918 |
I'll claim this issue |
Still, there's no way to relate a person to it's custom fields . |
It's missing a field @emeagenciadigital ? |
On normalization to bug query it’s missing a way to see the custom fields related to 1 record . there’s no way to relate a “person” or “deal” or “organization” to its custom fields . For example I have a custom field on person called “genre” there’s currently no way of me swing the genre of my contacts . |
With respect; https://www.stitchdata.com/docs/integrations/saas/pipedrive And this one from Synchub is also complete |
Was this solved? I am looking into the same problem. |
Hi everyone. Thank you for including the additional streams in the Pipedrive connector with #11870.
These custom fields are missing from both the normalized tables and the raw JSON data in My recommended solution would be to include a column |
Tell us about the problem you're trying to solve
In Pipedrive there is an option to add custom fields to the organization. In my case: Sales Person working in Pipedrive CRM creates a custom field for user attribution source and sets it to google/organic. I would like to have values from Pipedrive's custom fields in my data warehouse and track changes on them.
Custom Files are very important in Pipedrive, and for our workflow.
Describe the solution you’d like
I would like to be able to get data from the following endpoints and transfer them to our data warehouse. And be able to associate custom fields with specific objects and values.
For example, our Sales Person set the organization's custom field "attribution_source" to "google/organic". I would like to be able to get value from this custom filed for a specific organization in the data warehouse:
organization_id: 123 , attribution_source: "google_organic"
Describe the alternative you’ve considered or used
No alternative, custom coding in Python.
Thank You, take care 😉
The text was updated successfully, but these errors were encountered: