Hi i created automation project in postman where i write pre req post res and so on and in one of the request i want to implement the google sheets reporting so when i run my request in collection runner i get the test result in my google sheets i configured everything i connected postman and google sheets but now i get only 2 datas from it request name and response code i dont get my test responses
Make sure your Postman script extracts the test responses (e.g., pm.response.json()) and appends them to the payload sent to Google Sheets. Confirm all desired fields are captured and correctly mapped in the Sheets API integration. Review your configuration for completeness if issues persist.