How to use cloud function return value

Hello Community!

I have a successfully running cloud function, and I can see the return value in the network tab. It is of the format I expect.

Here is what the function returns (as seen in the network tab):

{
    "result": {
        "url": "https://myurl.example"
    }
}

Question:

How to I access this data? I have tried to access it from different JSON paths, but the app cannot see the info and it thinks it's null.

How are you all accessing data from a cloud function action output?

1
2 replies