Forum Discussion
4 Replies
- PakhiNew Contributor III
Anyone has worked on above scenario then please help.
- ChandanNew Contributor III
@Pakhi You can setup a trigger to run the pipeline with GID of user as parameter whenever a new ticket is created.
For the pipeline you can use ServiceNow Query Snap and can query sys_user table with GID supplied as pipeline parameter. This should get you all the details of that particular user.