Data Source with nested calls.
Hello ServiceNow Community,I have to perform REST Message calls on a list of IDs, from a ServiceNow table, and each ID requires multiple calls as there is hundreds of objects per ID to fetch. So we must use pagination.The implementation thus far has ...