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
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...