Build the xml object as you are looping
# suitescript
z
Build the xml object as you are looping
👍 1
n
I got it to work! Silly mistake on my end. Can the search results be an object for a #list result? I was trying this out but kept receiving parse errors from the render. Would I parse the results and then do the list ?
z
I’ve never tried it that way, so I’m not sure how it would parse.
s
not sure if it helps, but NFT turns search results into an array of objects in one line of code. That can be easily passed to the renderer?