-
What cause a user/project id to change?
Hello, My team is using Smartsheet's data of my organization to one of our application. We reuse UserID and ProjectID from Smartsheet and store them as primary key in our database. However, occasionally, I saw the ID of a same user or project is changed when pulling data from Smartsheet. May I ask what might cause this to…
-
Adding an Attachment to smartsheet via Postman / webMethods
Hello, I am working on attaching a file to Smartsheet. The file is sitting in my local drive (C:\tem folder). The CSV file is tiny. I am getting 400 bad request errors. Do I need to pass the memory stream and file size as multi-part?? Can anyone share the Postman collection, please?
-
Invalid hash value. The hash provided did not match the expected value.
Getting error while getting the token from python code. Please help
-
Can Bridge add the "Row Link" to Cells?
My users maintain inventories which interrelate to each others' rows. They administer all new rows by inserting the Row Link into the Primary Column cell's text as a hyperlink (<link url=Row Link>text</link>) so that, wherever the row is index matched into another sheet, the user can navigate across sheets to view the…
-
Improve the API documentation for 'assumeUser'
I just answered a question in this forum about how to use 'assumeUser' in the API https://community.smartsheet.com/discussion/comment/409154/#Comment_409154 I provided a code example for Javascript, and I wanted to refer to the API documentation but found it lacking with the only reference being…
-
Hello Guys!
I´m using Data Shuttle to offload data from a Sheet to a csv file. I´m having a constant error which is new : "Workflow Execute: Your workflow maps columns that no longer exist. Please refresh your mapping to remove the deleted columns." I tried to go and edit the workflow to refresh the mapping but it didnt work. i didnt…
-
Using Smartsheet API to Access User Data Outside of My Own Account
Hello, I would like to build an OAuth integration with Smartsheet that would allow me to access data from users whose Smartsheet accounts are different from my own Smartsheet account. Is this possible with the Smartsheet API? Thanks, Farhana
-
Upload file/attachment
Hi. I am working with some automation tools that read an outlook email, parse the email, and upload the information to Smartsheet via API. I have completed all those steps and it has been successful. However, I am struggling to upload the attachment, which is in PDF format. I saw the documentation on this, but I keep…
-
Adding an Attachment via API (Python)
Hello all, Apologies in advance for what will be a basic question for some, however I am going insane trying to figure this out. Struggling to add an attachment via the API, have been on the Github and the Getting Started resources provided by Smartsheet and still no joy. It is completely down to a lack of experience with…
-
Problem Uploading Data using API
I am able to pull the data from reports and sheets with little trouble, however I am currently trying to pull the data from a report and then upload it to a sheet. I pull the report and save it as a dataframe with no trouble, however when uploading to the sheet, I keep getting errors. I simplified things by just trying to…