Hi,
I am using an array to take information from a MS form to create an HTML file and then a PDF file.
I'm using the select fuction.
In "From" I have:
Createarray(...)
In "Map" I have:
{
"What is your name" : (var),
"What Is your contact number?" : (var) ,
"What Is your contact number?" : (var),
"Date of attendance" : (var),
"Was it helpful" : (var),
"Which training did you attend?" : (var),
"How do you rate this training?" : (var),
"Prefered training time for the future" : (var)
}
(please see attachment - Jsonerror.png)
This works fine apart from the fact that it just come as one block of text - on a single line.
(please see attachment - output.png)
What can I put after the variable to indicate that I want a new line? Whatever I seem to use, it spit out:
Enter a valid JSON
See attached (Jsonerror.png) where I have used:
//n
Please can you tell me what is the correct syntax?