As of October 19, 2023
Q: When I test a duplicated Flowbot, I get errors (e.g., values are not being retrieved). The content is exactly the same as the original. Why is this happening?
A:
A duplicated Flowbot does not inherit test values from the original Flowbot. As a result, the previous operation's values may be empty, causing the test to fail.
🔹 How to Fix It
Run tests for each operation individually in the duplicated Flowbot.
Ensure values are properly retrieved before testing the target operation.
Once the values are set, try running the test again.
Search Keywords
Search Keywords
Duplicate, Error, Same, Content