I’ve built this flow with a Typeform submission as it’s trigger. When I run it as is without submitting a new response, it does nothing. And when I submit a new typeform response, it also does nothing.
Hey @hallixrap! 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.
Thanks Wasay - off track but can you help me with this set up: https://www.gumloop.com/pipeline?workbook_id=4T3KapwB59VYFYsYLFUabB - I’m trying to make it work that when I upload a new text file into the drive, it analyses the file and gives me the output I need. If I do it manually, by clicking “run”, it works. Otherwise, if I do a trigger, it fails or if I use loop, there’s a mismatch with different nodes expecting different input. Any help?
One reason why it could fail when the trigger is enabled is because the Run Code node is expecting a List input from the Drive Folder Reader node, which is the default output type when the trigger is disabled since it reads all files, however when the trigger is enabled, the output type is a singular file (ie. String/Text not List/Array). You might want to consider adjusting the code to account for both cases by checking the data type of the input.