Welcome to Azure, @Son , and thanks for reaching out.
Based on the screenshots, the Create CSV table action should have the response data from the HTTP 2 action instead of the PatchStatus variable (which carries the KQL for the Azure Resource Graph). When you place your cursor on the From field in the Create CSV table action, you should have the Dynamic Contents popup show, and in the same popup, you should be able to select the correct response data from the HTTP 2 action.
Adding the response data directly from the HTTP 2 action as-is might result in the same error as the response data will likely be a type of Object whereas the From field in the Create CSV table action expects it to be of type Array. In that case, you can simply leverage the Compose action to construct a new array output which can then be referenced in the From field. The Perform data operations in Azure Logic Apps doc should provide some context & help but feel free to use the comments below for any follow-up questions ;)
Please "Accept Answer" if the answer is helpful so that others in the community may benefit from your experience.