Hi @abm, thanks for the response
Im not sure why there is a /n either, Im redacting the question with no line break

{
"@odata.etag": "",
"ItemInternalId": "************",
"ID": "32",
"Start time": "2023-02-03T14:38:49.000Z",
"Completion time": "2023-02-03T14:39:15.000Z",
"Email": "example@gmail.com",
"Name": "example name",
"Ticket/RFC number\n": "34747",
"Description": "sjfjsfsf",
"Comments": "najfsnaksfj\nfdsfdf\ndgdg",
"Ticket Stage\n": "To be checked",
"Category": "RFC Follow up"
}
I change the question to "Ticket/RFC number", in the select Im using the same item()?['Ticket/RFC number'] and is not working, the values in the html table still empty
Also try with item()?['Ticket/RFC number\n'] but still not working

This is the full input of the select
[
{
"@odata.etag": "",
"ItemInternalId": "************",
"ID": "30",
"Start time": "2023-02-03T14:14:36.000Z",
"Completion time": "2023-02-03T14:15:42.000Z",
"Email": "example@gmail.com",
"Name": "example name",
"Ticket/RFC number\n": "35353",
"Description": "RFC Follow up test",
"Comments": "",
"Ticket Stage\n": "Pending",
"Category": "RFC Follow up"
},
{
"@odata.etag": "",
"ItemInternalId": "************",
"ID": "32",
"Start time": "2023-02-03T14:38:49.000Z",
"Completion time": "2023-02-03T14:39:15.000Z",
"Email": "example@gmail.com",
"Name": "example name",
"Ticket/RFC number\n": "34747",
"Description": "sjfjsfsf",
"Comments": "najfsnaksfj\nfdsfdf\ndgdg",
"Ticket Stage\n": "To be checked",
"Category": "RFC Follow up"
}
]
And this is the output
[
{
"Ticket / RFC number": null,
"Ticket Stage": null,
"Description": "RFC Follow up test",
"Comments": "",
"Last Assignee": "example name"
},
{
"Ticket / RFC number": null,
"Ticket Stage": null,
"Description": "sjfjsfsf",
"Comments": "najfsnaksfj\nfdsfdf\ndgdg",
"Last Assignee": "example name"
}
]
As you can see, if the question in the form has two words separated by a space the value will be null, if I change the question to only one single word it will work but I need to put two or more words for users to understand