
Enriquecimento Automatizado de Dados de Leads no Google Sheets
Este fluxo de trabalho orientado por IA enriquece dados de leads no Google Sheets ao recuperar automaticamente perfis do LinkedIn, cargos e setores ausentes da ...

Automação de IA
Automatize fluxos de trabalho percorrendo listas e executando fluxos para cada item com o componente Iterador no FlowHunt.
Descrição do componente
The Iterator component is designed to execute a sub-flow or an external flow repeatedly for each item in a given list. This enables batch processing, looping, or parallel execution of AI tasks over multiple inputs, which is essential when handling workflows that involve lists or collections of data.
The Iterator automates repetitive execution within your AI workflow. It takes a list of inputs, and for each item in this list, it runs a specified AI flow (which could be any process or model you have defined). This is particularly useful for scenarios like:
The component exposes the following configurable fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
Flow Execution (flow) | FlowExecution | Yes | The sub-flow or external flow to execute for each item in the input list. |
Input List (flow_inputs) | Data, Message | Yes | The list of inputs to loop over (each item will trigger a flow execution). |
Include Previous Iteration Output (include_prev_output) | Bool (Advanced) | No | Passes the previous iteration’s output as {prev_iter_res} to the next iteration. Only works with single-threaded (concurrency = 1) execution. |
Max Concurrency (max_concurrency) | Int (1-20, Advanced) | No | Sets the maximum number of flow executions to run in parallel. Default is 1 (sequential). |
Separator (separator) | String (Advanced) | No | Optional separator string to use between each flow execution’s output. |
The main output of the Iterator is:
text_output): A message containing the aggregated results of running the flow on each input item. The output type is consistent with the output of the executed flow.If Include Previous Iteration Output is enabled (and concurrency is set to 1), each iteration can access the result of the preceding iteration, enabling chained or stateful processing.
| Purpose | Inputs | Outputs | Advanced Options |
|---|---|---|---|
| Batch execution of flows | List of items, Flow to execute | Aggregated Message | Output chaining, concurrency, separator |
The Iterator is a powerful tool for automating repetitive tasks in AI workflows, making it an essential building block for scalable and maintainable process automation.
Para ajudá-lo a começar rapidamente, preparamos vários modelos de fluxo de exemplo que demonstram como usar o componente Iterador de forma eficaz. Esses modelos apresentam diferentes casos de uso e melhores práticas, tornando mais fácil para você entender e implementar o componente em seus próprios projetos.

Este fluxo de trabalho orientado por IA enriquece dados de leads no Google Sheets ao recuperar automaticamente perfis do LinkedIn, cargos e setores ausentes da ...

Este fluxo de trabalho enriquece automaticamente dados de contatos no Google Sheets ao encontrar perfis do LinkedIn, extrair cargos e setores, e atualizar a pla...

Gere posts de blog abrangentes e otimizados para SEO com estrutura avançada e alta contagem de palavras utilizando múltiplos agentes de IA. O fluxo inclui pesqu...

Gere automaticamente posts de blog com alto desempenho em SEO a partir de vídeos do YouTube. Este fluxo extrai transcrições dos vídeos, analisa as principais pa...
Desbloqueie uma automação de fluxo de trabalho poderosa aproveitando o componente Iterador no FlowHunt para processos escaláveis e repetíveis.