Restricting dropdown options on forms but permitting on backend for editors
I have a form with a question that has three restricted dropdown values. I only want 2 of those values to show on the form but on the sheet it populates to, I want a third restricted option available for a user with access to the sheet to edit.
Best Answer
-
Since the dropdown is restricted, I'm thinking your option is helper columns. So for the existing dropdown (that's surfaced on the form), include only the 2 values you want surfaced in your dropdown. Create a new dropdown column (I'll call this "Override") that's not surfaced on the form at all, but is available in the sheet itself, that has all 3 values. Finally, create a dropdown that basically flattens the two dropdowns:
=IF(NOT(ISBLANK(Override@row)),Override@row,FormResponse@row)
Good luck!
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
Answers
-
Since the dropdown is restricted, I'm thinking your option is helper columns. So for the existing dropdown (that's surfaced on the form), include only the 2 values you want surfaced in your dropdown. Create a new dropdown column (I'll call this "Override") that's not surfaced on the form at all, but is available in the sheet itself, that has all 3 values. Finally, create a dropdown that basically flattens the two dropdowns:
=IF(NOT(ISBLANK(Override@row)),Override@row,FormResponse@row)
Good luck!
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
-
May be Gia Thinh SmartForm can resolve your problem: SmartForm for Smartsheet | Smartsheet
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives