After the IF node in the false branch i execute LLM Basic Chain1 and the output pass to the SET node, but when Telegram message is sent the data is not updated with the last input, i don’t understand what i’m doing wrong.
What do you mean? The first telegram message will be sent and if no approval received it should go via LLM node and return to the telegram again. That’s not happening?
And can you show the screenshot when the workflow is finishing?
I am pretty sure the workflow works if you click on Test Workflow rather than testing individual nodes.
The issue with this loop is likely because Test Step has the output from Basic LLM Chain1, but it this output isn’t passed to the Posts node through Test Step.
When you click Test Step again on the Posts node, it uses the data it already has instead of receiving fresh input.