Background task any opportunity to have the output in client app?

Your getActualPrice(ticker) is a very fast function, there is need to make a background task for something that fast.

You can make it a callable and call that directly from the form.

1 Like