Sign in to join the conversation:
Hello,
Will smartsheet look to implement field rules on the forms?
For example:
Show field: New employee email
When field: employee type: New Employee is selected
It would be very helpful to show or hide fields on the forms.
Thanks
Quisha
Hi Jaquisha,
Great idea!
Please submit an Enhancement Request when you have a moment.
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Thank you! I have submitted the Enhancement Request. Hope to see this feature pushed out in the future:)
Thanks,
Jaquisha Redd
You're welcome!
I hope so too!
Andrée
Please add my vote to this. We'd love to be able to use Smartsheet for appointment scheduling. For instance, a timeslot for a specific day can only be selected once or twice if assigned to a specific person or category.
This would mean a time format would need to be added, as well.
Hi Briana,
Please submit an Enhancement Request when you have a moment to have your vote addedA New Way to Submit Your Feature RequestsTo make your Enhancement / Feature Request count, send in the form above because there isn’t a guarantee, it will be registered otherwise.Original Post: https://community.smartsheet.com/announcement/new-way-submit-your-feature-requests
Is this feature available yet? I'd really like to use it for scheduling appointments. (once a slot is full it will be unavailable to the next person)
Hi @Fidencia Brown-Tracy,
Unfortunately, it's not possible at the moment, but it's an excellent idea!
Please submit an Enhancement Request when you have a moment
There might be a possible workaround that we could use.
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
Hi all. Just started work on the pending API deprecations and after changing my Maven Test POM to specify the 3.10.0 library (and only this library as a dependency I'm getting the error thrown (see attachment). Do I need to specify transient dependencies explicitly? Thanks, Todd.…
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…