Hi, I have a dynamic list pulling from the Harvest API that works well, but when I enable the "All" data option on the User Input Control, the actual selection doesn't work. I'm passing the PROJECTVAR variable through to the Query URL (https://api.harvestapp.com/v2/time_entries?project_id={props.PROJECTVAR} and it seems "_all_" isn't valid for the API.
How can I customize the dropdown All option to something that works with my datasource API?