I am new to Gumloop, I am a Make.com user, and I am currently trying Gumloop to see if it is a good alternative for Make.com. So far, I have learned that the ClickUp nodes in Gumloop cannot retrieve custom fields in a task, and I need to create a custom field for this purpose. I created one, but it did not return a result in my testing. This custom node reads all tasks that passed a data filter in a space in ClickUp. I’ve already double-checked and confirmed that the following exists and is correct:
Hey @Jeff! 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.
I already shared the link with the correct permission. Hope somebody can help me with this issue. This custom node will be particularly useful for me because I use ClickUp as my project management tool.
Hey @Jeff – Based on your screenshot, it looks like the AI-generated code is searching for the ClickUp API key in environment variables. At the moment, custom nodes don’t support secret management, so you’ll need to embed the API key directly in the code.
Keep in mind that only the owner of a custom node can edit it, so your credentials will remain safe. I’d also recommend having the AI add detailed logging to the node. That way, if something goes wrong or you’re not seeing any results, you can use the “See full logs” button during a test run to get a clear view of what’s happening.
Let me know if this helps or if you run into anything else.