Scenario I am creating an automation for off boarding a user, I have queried for the User (Contact), and the Contact may have multiple Installed Products associated with them. I want to iterate through these installed products and create a ticket for Each one. Is this possible?
Yes a Problem ticket and a Incident Ticket, apologies I do not, know the nuisances of auto task. As long as it supports a Main Ticket with associated Sub Tickets.
You will first make the “Problem” ticket. Set the field TicketType to Problem. Make sure to store the result of that ticket into a variable (I will call it custom.ticket here).
Next, create the incident tickets. Set the field TicketType to Incident, and the field ProblemTicketID to {{custom.ticket.id}}.
Appreciate Travis, I now need to perform a split on a block of text, each line of text is on a new line. How to perform this type of split using text helpers.