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
I am getting a lot of REF errors for my predecessors and I can't figure out why. At first I thought I might have REF for predecessors to predecessors but that's not the case. When I export the file into Excel it shows the IDs in the place where it shows REF in SS. Each time I refresh the file I feel like different values…
I am trying to create a sheet summary, where the field is a formula that relies on a contact card within a column. However, it keeps returning a result of "#NO MATCH". The columns involved are, 1:) Priority (symbol column) for Up, Unchanged, and Down, and 2:) Contact Card column. I am trying to get a sheet summary formula…
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…