I've designed a multi-product ticketing system for my organization.
External contractors will use a form to submit a change request or a defect report on a product. The ticket enters our system with a custom Ticket ID and the system routes it to the appropriate sheet based on the product. From there, the ticket will move to other sub-sheets based on the status and resolution. The requester will receive notifications on the changes to their ticket.
What I would like to do is set up a form where a requester can enter the custom ticket ID and receive an email with the details of the ticket (current status, resolution, comments, etc).
When the form is submitted the system will need to
- Check other sheets for the TicketID
- Gather the data from the cells that I want included.
- Email the requester with the details of the ticket in some readable format.
Is this possible just within Smartsheet without any external tools?
Thanks, J