I use the Google Forms module to extract data, which I then add to Google Sheets. The problem is that it doesn’t display the original question name, but rather the questionID number.
short bundle output
[
{
"responseId": "ACYDBNjlptJEtyz6y5B2LYymR8E_-FQb4BBBAOg_p9a9cAOOUiSH1VQCogjo9FapYHUFy2o",
"createTime": "2024-04-09T12:18:46.326Z",
"answers": {
"18333121": {
"questionId": "18333121",
"textAnswers": {
"answers": [
{
"value": "2024-04-14"
}
]
}
},
"24777181": {
"questionId": "24777181",
"textAnswers": {
"answers": [
{
"value": "Macho"
}
]
}
},
Any clue?