Hi @Baptiste in a script node I have console.log('postAgentMessageToUser content:', content); and i can see the string that exists within 'content' in the console.
I want to display this string back to the user as a typebot message but not sure how to do so. I've tried to set variables within the script node and using a set variable node but haven't gotten anything to work. Any help appreciated
In console i can see there is a string in the agent_response.
But when i try and display
{{Assistant Messages}} in the following text bubble node it is empty.
I can see in the docs thatthe setVariable will only work when executed on the server but i can't see any settings available for this directly on the script node?