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
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...