Details
- 
    Bug 
- 
    Status: Closed
- 
    Major 
- 
    Resolution: Fixed
- 
    None
Description
In the Insight Integration iterations for an Insight Object (multi select), if the user types the function on the same line, it won't be exported:
EXAMPLE:
This doens't work
#{for Insight Object (multi select)}${Insight Object (multi select)[n].Role}#{end}
This does:
#{for Insight Object (multi select)}
${Insight Object (multi select)[n].Role}
#{end}