Retell Conversational Flow Glitch - Static Text conversational nodes will not speak if a function node is set after it.
Does anyone know how to fix or how to make this work? When setting a conversation node with static text and skip user response, if you set a function node after this, the conversation node will not speak the text UNTIL its run the function node that is AFTER it. It should speak before running the next step e.g. the function node. We have tried adding 2 conversation nodes set before the function to split up the text e.g. Node 1: Will check this now for you Node 2: Please hold a moment Node 3: Function. But it still will not speak the static text until the function node runs. How can this be resolved? Do we add the function tool in the conversation node itself and set a prompt to call it? We would rather it be structured our own way rather than calling it from the node as a prompt.