Hello,
I have the below output for my adaptive card and I'd like to be able to store the "Comments" in some way, whether it be on a excel table or SharePoint list. How would I go about getting this output content?

Update:
I believe the expression would be something along the lines of this, but I'm not familiar with coding so I don't know how to format it.
body(‘Post_an_Adaptive_Card_to_a_Teams_channel_and_wait_for_a_response’)[‘data{Comments}’]
Update:
After some testing I've managed to achieve the following

Expression:
body('Post_an_Adaptive_Card_to_a_Teams_channel_and_wait_for_a_response')['data']
Still Required:
I suppose all I really am enquiring about now is whether it is possible to obtain just the "Comments" aspect of the "data" field.
Thanks in advance,
DannyM.