Object.values(input_array) to get an array of the object's values, or use Object.keys(input_array) to iterate over its properties, as you suggested.Array.isArray() and converting as needed is correct. Also, review your Supabase node or API configuration to ensure it returns the expected data structure.
BuildShip AI Support
•7/21/25, 6:25 PM