Hi Everyone.
I tried to find a solution, but I couldn't find a way. Please advise if you have any ideas.
Building a canvas app which have gallery for images and text inputs. And then press a button, all items of images and text inputs in gallery to be stored in JSON format and send to automate to store in sharepoint list. (images to attachment and text input to column in list)
For Image, I could change to JSON format and stored in sharepoint list as attachment correctly.
But for text input, I cound NOT change to JSON format. When I saw JSON format, "comment" is 'null' even I filled in textinput.

Try to change to JSON format from image and text input

Images are changed correctly, but text input (comment) are 'null'
varJSON

I would be happy if anyone support for this.