This topic was automatically generated from Slack. You can find the original thread here.
Hello and good morning, I’m wondering if anyone can give me some guidance. I’ve set up an environmental variable in a project and yet I cannot access it from the workflow within the project. Pi tells me to go to settings but what is suggested is not present in the settings. How do I enable an evnironmental variable in a workflow not just a project?
To effectively troubleshoot issues in Pipedream, you can follow these general steps: 1. Check Logs: Pipedream provides detailed logs for each workflow execution. You can view these logs to identify any errors or unexpected behavior in your workflow steps. 2. Review Step Exports: Each step in a Pipedream workflow can export data. Reviewing these exports can help you understand the data flow and identify where things might be going wrong. 3. Use Debugging Tools: Pipedream offers debugging tools that allow you to inspect the state of your workflow at each step. Utilize these tools to gain insights into the execution process. 4. Consult Documentation: Make sure to review the relevant Pipedream documentation for any specific components or integrations you are using. This can provide guidance on expected behavior and configuration options. 5. Community and Support: If you’re still facing issues, consider reaching out to the Pipedream community or support team. You can visit Pipedream Support for more assistance. If you have specific details about the issue you’re facing, feel free to share them, and I can provide more targeted advice.
Yes the env vars are available in that context, actually all custom code you should write under the async run function inside the defaultComponent wrapper