Hi,
I am trying to use patch to submit the inputted text from my textbox "comment_box" .
Patch('Data Source', ThisItem, {FieldComment: {Value: comment_box }})
I am getting the error the type of argument FieldComment does not match expected type 'Text'.found type 'Record'.
I confirmed FieldComment is the SP list column name in list settings..
Is my value : comment_box inncorrect? that seems off to me.
