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
i want to get this result in sheet can someone assist me with that ? i only get this data in sheets :
2 Likes
Hey @navigation-observe10
What have you done so far with the script to get that data in the sheet?
Which information from the results are you trying to push to the sheet - we is you expected outcome.
Can you share an image of what you are hoping to see in the final report?
1 Like
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.
1 Like