- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 05:27 AM
HI Everyone
in my flow designer I have a custom table when someone create a request in the Forms a incident ticket is created and then what i would like to do is when the incident is close it will close the Form request.
How would i do that?
please see my screenshot below
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 08:15 AM
That's what I mentioned in my earlier reply.
It looks like you marked your own response as the correct answer, which may be confusing to others that read this later.
If my response helped you or provided you the guidance please mark my response as correct and helpful so that it benefits future readers as well.
Regars
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 06:28 AM
Hi Peter,
Are you storing incident number in Forms table?
if yes then you can use Lookup record and search for the valid form record where incident matches the current incident for which flow is triggered
Then update the form
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 06:32 AM
i have the form number being stored in the description of the incident ticket
so i could do
If (descrition contains Form.number) then
form state = close complete?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 06:34 AM
Hi,
yes you can find the form record by using that condition
Then once you find the record you can use the Update action and then update the form state
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020 08:01 AM
Hi,
Did you find success in the lookup action whether you were able to find form record
your condition is Number is same as External Ticket Number
But it won't work
You are trying to search something like this
NUM001 contains 'description NUM001'
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader