
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
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
