Describe the bug The Graph REST API has a limit of 100 entries per page. If one wants to fetch more records than that, there is a @odata.nextLink optional property in the API response to keep fetching ...
Fixed an issue in the ColorRange node that caused incorrect parameter ordering when creating Color objects. The update ensures the Alpha channel is correctly passed first to the Color.ByARGB method.