How can I pass payload while creating execution of a function from python server and also how to retrieve it in the function to get the process done?
same as any other runtime. you have to pass a string, one option is to send a JSON string and then you can parse it in your Appwrite Function
okk, Thank you
Is your issue solved @itsRohit ?
Yes, Its resolved
[SOLVED] payload while executing function
Recommended threads
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...