How do I create a form to update a data? For example, I want to just click the row line and a form will pop up so I can update it and save rather than scrolling the line item from left and right to fill in the blanks.
Hope anyone could help. Thanks.
Hi Celis,
The easiest way would be to right-click on the row and select Row Actions > Edit Row or to click the little drop-down arrow to the left of the row and select Edit there.
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
I think I kinda get the drift of what you are trying to do, but a form wouldn't do it.. If you go to/create a temporary workspace, click on the + on the far right toolbar (below home/recent/favorites). Browse the IT templates and use the Template Set called IT Requests and Tracking. Use some of the logic/methodology for generating reports - specifically, the one that shows rows assigned to the user that's signed in: "Report - Unresolved Tickets Assigned"
You can also dig into the Alerts and Actions automation of requesting updates or approval.
Thanks everyone for the suggestion. Will try and let you know the result. Thanks again!
Happy to help!
Andrée
By "create a form to update a data", maybe you want a nice form like SmartSheet provides to submit a new row. Perhaps you really want to specify which fields will be displayed and have have the customizable Headings and help text. If this is the case, you would need to use the API to create a system external to SmartSheet.
I have created such as system for my workplace.
Each row contains a cell with a URL linking into the external system. When clicked you got to a form that displays current row contents with a nice layout. It can be edited and submitted back to SmartSheet.
In the coming weeks, I am planning to created some screencasts to demonstrate what can be achieved via the API. (My system also does more things, submitting new rows using complex form layouts, additional types of form validation, live calculations, auto-filling fields with data from other sources, printable views, etc)
Hello Leejoramo,
were you able to create the screencast to demonstrate the API and Form utilization?
Thanks,
I did create a post about showing a "Printable View of a Row". This goes from a link in the row, to an external tool that uses the API to create a nicely formatted page.
https://community.smartsheet.com/discussion/api-demo-creating-formatted-and-printable-view-row
I have not created a demo of creating a form to submit data into SmartSheet, but tool shown above is actually bi-directional. It can add, modify and view SmartSheet content. Need to find the time to create more demos.
Hello community, I need help figuring out how to set up a sheet to collect monthly comments on several projects. Each project is assigned to a different person who need to provide monthly feedback on its progress. Ideally, I would like them to receive a reminder notification on the report due date, followed by reminders if…
Is it possible that a workflow that MOVES rows to another sheet too basically do a CUT/PASTE (like in Excel), and then you are left with BLANK rows on your original sheet? I cannot think of any other LOGICAL reason why this would happen. The users enter the data from an Intake Form, it gets placed onto this sheet. They do…
Hi. I have a sheet where I am sorting dates by ascending order. But the sorting functionality doesn't seem to be working. Instead of bringing all items with date values to the top of the sheeting and sorting them in ascending order, it leaves a gap. Is it a result of the "Next Review Due" column containing a column formula…