Chrome Extension workflow that supports multiple inputs

Guys, just wondering if anyone has attempted a workflow with the chrome extension where the user selects the Run Task multiple times and the workflow could grab say screenshots on each browser input. As I understand the current standard flow it is a 1:1 relationship between browser extension run task = workflow invocation and I am interested to see if there is a way that a single workflow could collect multiple inputs from the user chrome extension and process them as an aggregate.

This depends on what you’re trying to do. For example: If your workflow is to scrape a Linkedin page and write to a Google sheet then you can press run on the chrome extension on multiple different Linkedin pages and it would run the flow in parallel for all the inputs.

I am actually interested in grabbing screenshots across multiple webpages and then running them through a vision model. The goal is to have a workflow of workflows of sorts, where each screenshot is processed and then the output of each of these workflows could then be aggregated into a final workflow.

I see. This should be possible. When you say “Workflow of workflows” there’s already a concept for this in Gumloop called ‘Subflows’. You can use that feature here.

Subflow Tutorial: https://vimeo.com/1052111235/cb7e3a446b
Subflow Docs: https://docs.gumloop.com/core-concepts/subflowss

I’d recommend getting started with the flow so you can flesh out your use-case properly, if you get stuck feel free to reach out here.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.