10-04-2024 02:57 AM
Team
I am trying to add an and/or condition for a recipe line item that is part of an auto flow I am using to populate a field in another system. The formula for the line in template input is
Cost CenterID fx Line: cost center or profit center Step 1 .include?("CC") Line cost center or project Step1:Skip
How do I update this formula so that is also allows "PC" entries?
I have tried : Cost CenterID fx (Line: cost center or profit center Step 1 .include?("CC") or .include?("PC")? Line cost center or project : Step 1:Skip
and am getting an error.
I have attached the screenshot of this from workato. Thanks
Solved! Go to Solution.
10-04-2024 07:27 AM
Team, I fixed this. Just needed to put () around the updated code and us || instead of "or". Tested it, now working and ready for Production! thanks all
10-04-2024 07:27 AM
Team, I fixed this. Just needed to put () around the updated code and us || instead of "or". Tested it, now working and ready for Production! thanks all