Ankur Bawiskar
Tera Patron

@BrunoPer 

your step is failing to open sc_task Record

Did you check the user you are impersonating has correct role to view sc_task?

how about testing with admin role?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hello Ankur, I think this was not the case. Thanks for your help anyway!

Hemanth M
Tera Sage

Hi @BrunoPer ,

 

You need to use the ID from step number 9 in step number 10 (something like: open sc_task where request_item is the ID from step number 9).

 

It seems you are using the sc_request ID to fetch the sc_task record.

 

Hope this helps!

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025,2026

Shaqeel
Mega Sage

Hi @BrunoPer 

 

In step 10, use open catalog task with step 9 not 5.

It will work.

Alternative way:

In step 7 you have successfully opened Request record.

Use filter list to open RITM first and then task.'

 

 


***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.

***********************************************************************************************************************





Regards

Shaqeel

View solution in original post

BrunoPer
Tera Contributor

Thanks for your help. I've managed to get it properly running.

BrunoPer_0-1767020928506.png