What is your goal?
Read messages from telegram and store data in google sheets
What is the problem & what have you tried?
In my project i read messages from telegram , write it in DB column, then wait for te next message. And i have 15 messages( iterations). now it looks pretty ugly, because I have roure with 15 branches. Is there a way I can do this in more elegant way, some kind of itterator ? Thank you in advance.
Screenshots (scenario flow, module settings, errors)
Hey there,
what is the difference between the branches? Maybe you can do some functions inside the modules instead?
I am writing specific column in DB on each step. Did not figured how to optimise it yet. Then I’ll move data from DB to google sheets
Ok but why on different routes? Is there some dependency or something?
Cause if its only - if this exists then write it here; then you can do that with a formula inside the same module.
on each step I send different question in telegram , wait for the response and write it in new DB column .
Ok so whatever is in the filter to allow the specific path, you can put inside an if function and have only one module update the database.
Sorry for stupid question, but how can i do this ? Did not quite get it yet
Can you show a screenshot of the filters? And I assume they are all the same - checking which question it was?
I check the number of the step and each time increase it .
And I assume if the step 1 one you update the first column and so on?
{{if(2.step = 1; "<<update>>")}}
Then in the second column check if the step is 2 and update there and so on.
Right. Every step I update nexp column