Nathan Sanders
Software / Web / Data
© 2022 All rights reserved.
Category Archives: JavaScript
Flow execution across domains – yes, you can! – PART 2
I recently encountered an issue with ServiceNow Flows and Domain Separation. I learned that the domain in which a flow runs depends on the domain of the task that triggers it, regardless of whether the flow is set to run as a system or not. This can be problematic when the flow needs to access…