-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Describe the bug
Hubspot actions that make a Hubspot API call in additionalProps
can't be configured when "Use end user auth via Connect" is enabled.
Previously, this was not an issue since Pipedream-managed auth was the only auth type.
To Reproduce
Steps to reproduce the behavior:
- Add the Hubspot Search CRM action to a workflow
- Toggle "Use end user's auth via Connect"
- Select "Contacts" in the dropdown for Object Type
- See axios error and no additional fields for searching or creating an object
Expected behavior
I should be able to successfully configure the action when I have "Use end user auth via Connect" enabled:
- The Search Property, Search Value, and Additional properties to retrieve props should be shown (without options) even if the Hubspot API call in
additionalProps
fails. - If Create if not found? is
true
, I should be able to enter an expression for a JSON object if properties can't be fetched. This applies to all of the "Create *" and "Update *" Hubspot actions.
(This would be similar to the fallback used in the Google Sheets Add Single Row action.)
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done