What can I do to put each numbered item on a new line?
There’s a catch, I’m using autobinding so users can edit the output. Thinking about disabling this but I have so many it will take forever. Any thoughts are welcomed.
You could ask the AI to put a unique symbol behind each point on your list for example $$enter$$. When you receive the result in bubble, all you need to do is :find&replace $$enter$$ for a real “enter”.
Actually, the response from API is already a list of text no? Why not to store it as a text list? Change Weakness text to list of text. Use set list.
For display, you can use a) repeating group (set to list of text) b) :join with “line_break” or c) :format as text. All of that will work.
However, using a repeating group will make thing easier if you want the user to be able to edit each line item
Gotacha! That works. I may be too wrapped up in this. My preference is to use autobinding so users can save easily and if I don’t I run into formatting issues down the road if they don’t save properly.