
Getting The error "The getter 'data' isn't defined for the type 'Execution'. Try importing the library that defines 'data', correcting the name to the name of an existing getter, or defining a getter or field named 'data'."

I'm not too familiar with Flutter, but the documentation shows that the returned object doesn't have a data
attribute https://appwrite.io/docs/references/cloud/models/execution

but I how can I resolve it

The link I sent shows the properties on the object returned from the SDK, there is no data
property but it looks like you might be looking for responseBody
instead? What exactly are you trying to achieve?

I am trying to create a function that scrabs website data using Python but I am now on flutter & this error shows up

So you're trying to get the data returned from the Function?

If you're trying to access the data returned from the Function execution, then it's likely you'll want to use responseBody
instead of data
Recommended threads
- Why "You’ve reached the limit for your G...
Why did Appwrite send me this alert when the usage reached 10605%? Is it too late? Why not when reached 100% usage? And I can not pay for more usage described ...
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
