Combine nested list items into one multiline string

@Adam_Huleja, use the special character “\n” as a separater, like this:


This way you’ll break down the string to be used in multiline text parameter. There’s a bug with multiline text though, when writing it with API - if you try to edit this text afterwards, you’ll get the single string without breaks.