# Basic flow with tool using a dynamic list input This is a flow demonstrating how to use a tool with a dynamic list input. Tools used in this flow: - `python` Tool Connections used in this flow: - None ## Prerequisites Install promptflow sdk and other dependencies: ```bash pip install -r requirements.txt ``` ## Run flow - Test flow ```bash pf flow test --flow . ```