Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Need to stop business rule for particular flow designer when it executes..

keshav77
Tera Contributor

Hi I am having flow which make zip files unzip but the some  business rules  are not allowing to make that file unzip on the particular table that is requested item table. What should I add in workflow so this business rules should not bother this flow on that table to unzip the files 

1 REPLY 1

Brad Bowman
Mega Patron

If you're using a script with a GlideRecord, try setWorkflow(false).  Otherwise, add something to the Business Rule so that it doesn't run in this specific scenario, or doesn't prevent the action.