I try to get data in Google sheet to Unity. I will use Apps script of Google. I want to send the ID value and get the related row. I want to know the related method. And I use doPost(e), I wonder to know the value of Parameter of doPost. How can know it?
I tried to return the parameter using "ContentService". But its output is [object Object].