
Can I trigger another function when one function returns a response.
For example if I have a function Function A
can I trigger function B
when A completed execution and pass return data as a parameter.

As of now it think that functions trigger are disabled in the cloud.
But, in general you can make a function trigger when any status change of a different function.
Using the functions.*.executions.*.update
event.
Then inside the B function you'll need to check that the function has finished successfully and then check the data.
You can find all functions events here: https://appwrite.io/docs/events#functions-events

[Solved]Trigger another function when one function returns response
Recommended threads
- Cannot find module failure
Sorry, Newbe question here. I just installed Appwrite and am trying to install my first Function an am having absolutely no luck what-so-ever getting this done...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
