I have made a chatbot page using a repeating group the probleme that the layout should be as follow:
user(msg1).
assistant(msg1).
user(msg2).
assistant(msg2).
user(msg3).
assistant(msg3).
…
but i don’t know why the layout become random, sometime the assistant reply is above the user answer and messed up everthing, any suggestion?
here is an example:
and this is the chat button workflow