Hello,
I am building a Helpdesk system using SharePoint lists. When a ticket is closed we have a choice column set with the choice of "Closed" - when this occurs, the user who submitted the request receives an email advising their ticket has been closed.
I'm wondering whether its possible to re-open these tickets when a user replies to these emails? I know from testing this just creates a new item in SharePoint based on my new ticket workflow.
If we have the previous ticket reference in the subject line ie. [CXP- (where CXP- is the prefix before the SharePoint ID column being added (CXP-01), do you think it would be possible to match this reference against an item already in the list and if it exists, update that SharePoint list item and change its status back to "Open" ?
Thanks,