Return value from async function

Can anyone explain me how i can return string value from async function?

For now my code is returning null for text field
Снимок экрана 2020-10-31 в 1.59.57
I expect to receive {text:“text”}
Thanks.

Bubble provides a function specifically for that…

If you click the “show documentation” link that’s cut off from your screenshot, you’ll see it. Or search the forums for context.async.

1 Like