flow designer action that checks if an attachment is on a RITM.

CandyDee
Kilo Sage

Quite a simple one I hope

working on a subflow within flow designer that needs to check if an attachment is present on the RITM. 

Not sure if this can be done or not. basically the steps are mapped out below.

1) IF error code 12345 is returned (if statement)

then 

2) Check if attachment is on ritm (not sure how to translate this part into a flow designer action)

Any pointers would be great.

 

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

You could perform a lookup attachment or get attachment, and add an IF condition to verify a attachment present or not?

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

2 REPLIES 2

Mark Roethof
Tera Patron
Tera Patron

Hi there,

You could perform a lookup attachment or get attachment, and add an IF condition to verify a attachment present or not?

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

i just noticed it, think it could work. thank you for pointing it out