Hey there! I would like to save the working hours in a bot field to print it when the user needs it.
I would like to structure that message
Branch office 1
Monday to Saturday 8am to 10pm
Branch office 2
Monday to Saturday 8am to 10pm
…
(The idea is store this value dynamically to avoid update this message from the Flow )
How can I print the new line character?
When I save the value “\n“ Manychat escape it for “\\n” and print it in this way.