```Hi All, Facing an issue with prefect mapping of...
# ask-community
s
Copy code
Hi All,
Facing an issue with prefect mapping of inputs to task.
save_report = save_to_db.map(
         combined_reports_list , upstream_tasks = [add_report_signal])
In this the length of combined_reports_list is 5 and so the task save_to_db is expected to run 5 times but it runs only once, any possible reason for this ? Also when i remove the upstream_tasks it works as expected.
I am using prefect version 0.15.13.
Any help would be appreciated on this. Thanks