I'm trying to use postman to pull in some manpower logs from Procore and post these as a new row to a smartsheet.
the results are pulling in correctly from Procore, and i have correct sheet and column IDs etc but nothing is posting onto the sheet - it just adds a blank row…. - the raw response i get is as below
{ "message": "SUCCESS", "resultCode": 0, "version": 8, "result": { "id": 2766888417070980, "sheetId": 4334009337204612, "rowNumber": 6, "siblingId": 8200741185097604, "expanded": true, "locked": false, "lockedForUser": false, "createdAt": "2024-11-20T11:07:03Z", "modifiedAt": "2024-11-20T11:07:03Z", "cells": [ { "columnId": 5804718613024644 }, { "columnId": 3552918799339396 }, { "columnId": 8056518426709892 }, { "columnId": 738169032232836 }, { "columnId": 5241768659603332 }, { "columnId": 2989968845918084 } ] }}