Flow service not working

#1

Hi,
Please, I need your help.
I have one Flow named A. The trigger is a webhook named W. The webhook is working properly.
The next step in Flow A should be a service Flow, which action will be ‘Trigger a Flow’.
I must configure this ‘flow - trigger a flow’ in order to activate flow B. How?
Flow B gets activated when the user writes the word ‘hello’

This ‘flow - trigger a flow’ settings: ‘response path’ is ‘–none selected–’ (and I didn’t change it), and I am asked for a required ‘Word or Phrase’.

I wrote ‘hello’ there, but finally the log says: ‘Cannot read property ‘connection_data’ of null’.

Where am I wrong?
response path? I tried {{B.response_path}}, and got the same result.

Thank you

(Daniel Beckett) #2

The Flow service is intended for use with a bot and as such expects a response path so it knows which user it’s dealing with.

A working scenario would basically be a reverse order for what’s being shown here where your user talks to the bot which then fires off a webhook into your other flow so that it can complete the rest of your actions. If you still need to message the user then the response path could be captured into an Attribute. For example:

Flow 1:

Flow 2: