im trying to get help with a run that doesnt work
Hey @danitbensimon - You can paste the run link here from the https://www.gumloop.com/history page. Please make sure to set the access to ‘anyone with the link can view’
Thank you! There are two issues here:
- Input 2 of the
Join Paths
node is missing - The
Join Paths
node does not natively work withList
inputs. You’d have to create a subflow here for everything downstream of theSheet Reader
node and then Loop that subflow.
Subflow tutorial: https://vimeo.com/1052111235/cb7e3a446b
Subflow Docs: https://docs.gumloop.com/core-concepts/subflows
https://docs.gumloop.com/nodes/flow_basics/join_paths
|Let me know if this makes sense and works for you.
the purpose of the joined path node is to have the flow run even if there is an error with the image analyzer. is there a simler way?
The Join Paths
node takes in two separate execution paths and outputs the one that was active, so yes it can take in both paths the normal output and the error output and can proceed to the flow further in either case.
The only issue here is that it can’t run in loop mode, for that you’ll have to create a subflow for everything downstream of the Sheet Reader
node and then Loop that subflow.
Subflow tutorial: https://vimeo.com/1052111235/cb7e3a446b
Subflow Docs: https://docs.gumloop.com/core-concepts/subflows
not sure how to proceed here:
https://www.gumloop.com/pipeline?run_id=Zzs8fuyAm4Q34VSj2WNc4j&workbook_id=eEJ5LJ4QsVUgfEfHx2WCqi
Hey @danitbensimon - You’re almost there, you just need to disable loop mode from the Analyze Image
node within the subflow. The loop mode is not needed here since the subflow would be running in a loop as a whole.
I cleaned it up for you here: https://www.gumloop.com/pipeline?workbook_id=vJYnUEsbBc1TJ3EsF7AoFb
Let me know if this makes sense and works for you.
still have issues with the joined path nodes:
https://www.gumloop.com/pipeline?run_id=32QP5gGuouHNF2ShF9bh6v&workbook_id=eEJ5LJ4QsVUgfEfHx2WCqi
The Input 2
of the Join Paths
node is empty here:
I already sent the fixed workbook link above so feel free to use that.
Amazing thanks you i didnt even see it!
but why when analyzing docker.com website which has a pricing page, the output is that it doesnt have a pricing page. I can only see the run history of the first flow tab
https://www.gumloop.com/pipeline?run_id=ET3uAfJ8QzByfdJiSL8P3G&workbook_id=vJYnUEsbBc1TJ3EsF7AoFb
Hi I fixed everything and it worked well, but then I got an error in my spreadsheet:
https://www.gumloop.com/pipeline?run_id=3cXBLz629MSdmXtNqoDfnv&workbook_id=7BUKV3YnuwAjXsAPUKENQz
Hey! I’ve requested access to view the flow. You can also enable ‘anyone with the link can view’ under the share button.
Now i am back to the link you sent i think something happened or the run didnt save. how can i see previous runs that werent saved?
I need to check if there a pricing page and if there is i need to check if there is at least one plan with a CTA to start now and one plan with a CTA that mansions “contacts sales” od "enterprise plan. I did it and it was successful but now the ai analyzer is only analyzing if there is a pricing page.
You can check previous runs on the https://www.gumloop.com/history page and you can clone/save the previous version of the workbook from there.
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.