When my team is entering in projects, each engineer enters his own project. Currently we have to select our own name from a drop down, but having it be editable but already filled out in the form would help.
Sign in to see the current vote count, add your own vote, or leave a comment.
Hi @Bradley Jouty,
This can currently be achieved using URL query string to pre-fill values into a Form.
See: Use a URL query string to prefill different default values for the same form | Smartsheet Learning Center
it would take the form of something like:
https://SmartsheetURL/FormUniqueID?Column=Manager
Where:
Column = the Column Name or (over-ride Label used in the Form), with "%20%" in place of any spaces
Manager = your Project Engineer's name, with "%20%" for any spaces
For example:
https://SmartsheetURL/FormUniqueID?Project%20Engineer=Bradley%20Jouty
Hi @Bradley Jouty
I hope you're well and safe!
If you set the form, so the users have to be logged in to Smartsheet to see the form, you can collect the submitter with the system column, Created By, and then use a formula to translate that to what you need.
Make sense?
Would that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Problem Smartsheet environments quickly become cluttered with inactive Sheets, Reports, and Dashboards that are no longer viewed or updated. This creates confusion for users and significant overhead for admins, especially in large or regulated environments. There is currently no native way to automatically identify, notify…
It would be beneficial to be able to leverage Smartsheet Automations to make REST API calls. This has many potential use cases, but one I could see is adding users to Smartsheet groups when the are added to a 'roster sheet' in Smartsheet. It would allow us to use the full power of Smartsheet's API within easy to use…
I am loving the capabilities in Global Updates under Control Center.However, there are some gaps I would really like addressed.Can we please create a Global Update option to do the following: Update a column formula not just a cell formula Update an automation Note: I know that I could create a new column and delete the…