Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Flow designer issue lookup records

anwar basha2
Tera Contributor

Hi Everyone,

 

I have lookup records action in my flow using that I want delete multiple records   but the out put of lookup records action records is truncated due to the long sys_id's. As per existing solution from service now allows only  466 records .But in my case I have more records is there any way how we can achieve this. 

Please give the solution flow designer experts.

 

Thanks!

2 REPLIES 2

Tai Vu
Kilo Patron
Kilo Patron

Hi @anwar basha2 

Have you tried with a custom flow action with a script step using deleteMultiple() ?

 

Cheers,

Tai Vu

Hi @Tai Vu,

Thank you for reply!

No I did not try yet let me try.