Hi!
I'm facing error with using the for loop condition while using it in 'with Flow("flow_name") as flow' syntax and facing error as TypeError: object of type 'GetItem' has no len()
How can I use the for loop inside the flow (Prefect v1.2.2). Any suggestions?