I’ve connected Salesforce credentials, revoked and reloaded, but every I try to select an input, the options never load.
Hey @Anthony! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
-
Find your run link on the history page. Format:
https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
-
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
-
Provide details about the issue—more context helps us troubleshoot faster.
You can find your run history here: https://www.gumloop.com/history
Hey @Anthony
In this case, the node is essentially waiting for you to select an input from the connected node — that’s why the side-menu is pulsing. If you drag in the badge corresponding to the input you want for the search value, the loader should disappear.
The way the Salesforce updater works is by using the search value and search field to find the record that needs to be updated.
Example:
If you’re trying to update a contact’s phone number, you might set:
- Search Field:
Email
- Search Value:
jane.doe@example.com
This tells the node to look for a contact with that email address, and then apply the updates to that record.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.