Is it possible to convert an object into an array?

Options

Hello, I need help with converting objects into arrays. I am using the Get All Input(webhooks), which worked for some of my objects but not all. I have provided pictures of the results I have received.

Best Answer

  • Liz Anaya
    Liz Anaya Member, Administrator

    ADMIN

    Answer ✓
    Options

    Hi @justJosuke !

    Have you checked to see if any of the object functions could work for your use case?

    Here is a list of the functions:

    • Get Keys - Get the property names of an object as an array.
    • Get Values - Get the property values of an object as an array.
    • Get Entries - Get the property entries of an object as an array.

    Let me know if any of these help or if you have any follow-up questions. 😊

Answers

  • Josuke
    Josuke Member
    Options

    Thank you @lizanaya! I am going to use the Get Values function for my case. I really appreciate your time and response.