Recent searches
No recent searches

Andrew Snell
Joined Apr 15, 2021
·
Last activity Oct 22, 2021
Following
0
Followers
0
Total activity
5
Vote
1
Subscriptions
2
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Andrew Snell
Andrew Snell commented,
Our users are convinced this feature used to already exist before. In fact, the bulk ticket help page shows an image where the attachment icon is available further showing that this was the case.
https://support.zendesk.com/hc/en-us/articles/203690866-Managing-tickets-in-bulk
View comment · Posted Jul 08, 2021 · Andrew Snell
0
Followers
0
Votes
0
Comments
Andrew Snell commented,
Hi Robert,
I came across this post facing a similar situation but managed to find a solution. You can use url_encode to convert \n to a usable url-safe set of chars to split on:
The following should work for you:
{% assign address = ticket.ticket_field_360033071872 | url_encode | split: "%0A" %}
View comment · Posted Mar 19, 2021 · Andrew Snell
0
Followers
1
Vote
0
Comments