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
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- How to ByPass the Hostname restriction f...
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname...