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,
We are trying to use a Smartsheet form for check out equipment from a drop-down list. Is there any way for the Form to not display an item is available for check out(I.E. remove it dynamically from the dropdown list) if it was checked out by a different staff member?
regards,
Brian
Hi Brian,
Unfortunately, it's not possible without an add-on or third-party solution at the moment, but it's a great idea!
Please submit an Enhancement Request when you have a moment.
A possible workaround could be to have a dashboard showing the form and the available equipment side by side.
Would that work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
What is the name of the add-on or 3rd party solution that could be used for something like this?
I'm not sure what integration Andrèe is referring to, but a workaround you might explore is creating a report that displays only the equipment that's available and adding a link to the report in a Heading/Description field within your form. Submitters can look at the report to see what's available and make their request accordingly.
You could also consider creating an update request rule that's triggered when an unavailable item has been requested. The update request should prompt the submitter to choose a different piece of equipment.
Here is an example of a formula you can enter in the column that will be used to trigger your update request:
=IF(LEN(Equipment@row) = 0, "", IF(COUNTIFS(Equipment:Equipment, Equipment1) = 1, 0, 1))
If needed, more information on this can be found in our help articles:
Hi Liz,
The add I was thinking of is called AppSheet, but it could probably also be set up with Zapier or a similar service.
Hope that helps!
Andrée
Hello, I have a workflow where, when a team member checks a checkbox, Smartsheet automatically sends an email to themselves containing merge fields that are used as a customer email draft. The challenge is that this activity typically happens on a deadline day, and a team member may need to generate 30 or more of these…
Hi all, reaching out to see if of you have ideas; I'm hoping this makes sense: I'm having some trouble getting my formulas to pull data in correctly. I currently have a sheet (primary data) where I have data in rows where each row is a single project, with columns identifying persons, $ values, unique project identifier,…
I have #'s that pull from each project into each sheet's - sheet summary. Those then get pulled into a sheet summary report. They are currently grouped by what channel they are in. Each column gives a total sum. I was asked to see if we can combine the total sum into one number, so it shows how many total SKU's are being…