ServiceNow Flow using PowerShell (Microsoft Graph) – License limit clarification
I’m reviewing a Request flow where the subflow calls a PowerShell script to fetch license details from Microsoft Graph. The task mentions updating the limit from 1000 to 1150, but I could not find any hardcoded limit in the flow, subflow, or PowerShe...