Hello folks, I'm trying to migrate from v1 to v2, ...
# ask-community
r
Hello folks, I'm trying to migrate from v1 to v2, and I'm currently trying to figure out what to do with
apply_map
. Is is correct to assume that I can easily change my apply_map uses, by subflow runned in parallel?
1
a
I'd approach it using a for loop with if/else statements 🙂 pure Python
👌 1