Page 1 of 1

Flows interactions

Posted: 04 Nov 2019 02:29
by Lucy
Lol didnt know what to write for subject haha.
Hey on some flows that contain "speak output" in them and that have an "execute flow" action inside have been causing me grief. When the flow reaches the "execute flow" point, the log says that it continues to that flow with the last speech output as global variable and thus repeats the speach again in the next flow. What could i be doing wrong?

Re: Flows interactions

Posted: 05 Nov 2019 18:03
by Desmanto
I don't get it. Try to use flow A, flow B, which contain the speech output and which get executed. We usually use different flow for speech output, so we can thread the sound out while we continue our flow. Since flow will stop at speech output and wait until the speech finish first, if we use the same flow.

Re: Flows interactions

Posted: 06 Nov 2019 00:30
by Lucy
I have a simple flow that speaks sms received on key words at the end of the flow, the last action is to execute another flow. The second flow has NO speaking actions whatsoever but when it executes it repeats the speech spoken by the previously executed flow. I have checked the log and in it, it states that when it continues to the execution part that it is doing so with global variable (whatever sms it spoke). Next time it happens i will copy that part of the log

Re: Flows interactions

Posted: 10 Nov 2019 17:28
by Desmanto
It seems you loop your element, or maybe you have other flow with trigger that deals with glovar changes. Need the log when it happen again. Or you might want to delete the connection of the speech output and execute flow, readding it again to ensure no looping.