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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...