Hi, I am Raviraj and have been using prefect for 2...
# prefect-server
r
Hi, I am Raviraj and have been using prefect for 2 years, but recently I face a new error
Copy code
for i in range(0, len(list_dict_data)):
TypeError: object of type 'FunctionTask' has no len()
Can someone tell me how can I get return data from the
FunctionTask
object?
1
Sorry, I got it, I have written flow in the wrong way.
a
nice, thanks for update