Updating variable with inline editor does not respect newline chars

Hello,

I noticed an issue with multi-line divided variable edits. Say you have a variable ‘my_multi_line_var’. The value of ‘my_multi_line_var’ in the pop out editor looks like this:

value1
value2
value3

Note that the entries are delimited by new line chars. This is useful in some of our legacy software installation processes.

The problem comes in if you perform an edit outside of the pop out editor. If the edit is done inline, all of the new line characters are collapsed and the value becomes ‘value1value2value3’ instead of newline delimited entries. From my perspective this is a defect.

Thanks,
Travis

Disregard, this has been fixed after an upgrade to the latest version

Hi Travis,

Thanks for getting in touch! That’s great to hear upgrading fixed this issue, though I’m sorry about the issue this caused you initially! If you have any questions or concerns moving forward, don’t hesitate to reach out. :slight_smile:

Best regards,

Kenny