Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Hello,
If I'm building a website, can I create a custom HTML form and get the data into Smartsheet somehow? Smartsheet's native forms don't have the capabilities that I need (conditional logic) and I would like to make my forms a bit prettier.
Thanks in advance!
Hi,
The third-party service/integration Zapier could probably work for this scenario. Is that an option for you?
Hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hi Andrée,
Thanks for your reply! Unfortunately, Zapier is not approved for use in my company. Are there any other options?
Happy to help!
Would it be ok with another integration like for example, the Google Forms one?
If you have developer resources you could look at using the Smartsheet API instead of third party integration service. Using the Smartsheet API you could add a new row to a sheet after the form submission is made. Note, requests to the Smartsheet API cannot be made directly from the browser on the form submission, but if you have a custom form built already you could have the form submission be sent back to your own server where the form is hosted from. Then you could write code that takes the form data and makes a request to the Smartsheet API from your server to add a new row to a sheet.
I'm also having this issue. I've tried Google Forms as we are moving to G-Suite. However, the Google Form to Smartsheet add in does not move the attachment. It also doesn't have a way to insert a primary key that is hidden to the user.
I'm having the same issue. Were you able to find a way to do this?
Unfortunately not!
Can you describe your process and needs in more detail?
I tried using the product feedback form but it kept failing so I'm posting here instead. It's possible this is user error but I hope not for my ego's sake :). After the APIs were recently updated, my GET /users API call is only able to return a result of 2000 records in an array per page when I use pageSize as the…
Goal: Power Automate to update SmartSheet Row with "In Revision" Status when selecting "Reject" for my "Wait and Approve" workflow I have a Power Automate approval workflow that is triggered when a Smartsheet row is updated. The approval process works correctly, but I'm trying to handle the Rejected outcome. When an…
Receiving this error every time I try to save a change to a single sheet or access the Automation menu. All other sheets are working correctly. I've tried multiple browsers, clearing my cache, restarting the computer and checking for Smartsheet outages. While I'm actively working on developing the sheet further, there are…