Call that created function inside the new function. and call this new function inside the first function with that payload.
I mean, argument
elaborate a bit more please
have an internal relationship inside those two functions without depending upon ui
write your first function, and write your second function
after completing writing, it's time to test.
So, you can access your second function from first function through Function SDK right? check it: https://appwrite.io/docs/server/functions?sdk=nodejs-default#functionsCreateExecution
Choose your language in this documentation
And execute the second function inside first function by sending the data / arguments which you are want that second posses to complete it's task.
and send response to the client from the second function after yo u have implemented your business logic.
Recommended threads
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...