Hello community, I need help with an error I’m getting while testing a workflow that posts to Instagram.
The workflow has two nodes:
- One node that creates the media container and returns a
creation_id
. - A second node that publishes the image using the generated
creation_id
.
The “Create Container” node works perfectly and returns the ID.
However, when I try to test the “Publish Image” node, I get this error:
Problem running workflow
Connect a trigger to run this node
Even though the two nodes are correctly connected and the creation_id
is properly passed, the “Publish” node does not activate in test mode.
Strangely, if I hardcode the ID and run the workflow with a manual trigger, the publish action works just fine.
Why can’t I test the “Publish Image” node directly, even though it’s receiving the correct data from the previous node?
Português:
Olá comunidade, preciso de ajuda com um erro ao testar um fluxo de criação de post no Instagram.
O fluxo é composto por dois nós:
- Um nó que cria o container e gera o
id
da publicação. - Um segundo nó que publica a imagem, usando o
creation_id
gerado.
O nó “Criar Container” funciona perfeitamente e retorna o ID.
No entanto, ao testar o nó “Publicar Imagem”, recebo o erro:
Problem running workflow
Connect a trigger to run this node
Mesmo com a conexão correta entre os dois nós e o parâmetro creation_id
sendo passado corretamente, o nó de publicação não é ativado no modo de teste.
O mais curioso é que, ao fixar manualmente o ID e executar com um gatilho manual, a publicação acontece normalmente.
Por que o nó “Publicar Imagem” não pode ser testado diretamente, mesmo recebendo os dados corretamente do nó anterior?