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
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...