How can i return values from object received from a post ?

Options

Hi there !
i would like to return 2 values of each object i received into a lonly object but i successly fail. I mean i can't configure with the set or get, i've tried many combo as to set my path and indicate the 1st value and it still doest work.

How to return the values i put in picture.url and picture.description please?

Best Answer

  • Liz Anaya
    Liz Anaya Member, Administrator

    ADMIN

    edited June 2023 Answer ✓
    Options

    Hi @Elhey! 👋

    Welcome to the Xano Community!

    I believe the issue is that you are using the Get Values function, which is meant to return the property values of an object as an array. Instead, you'll want to create an object variable, set the path and values, and then return that object variable.

    For example:

    Let me know if this is helpful! 😊

Answers