Forum Discussion
jesly_ajin
Helper III
4 years agoDynamic from date and to date in web source query
Hi All, In the below code, I need the bold ones to read data based on user selection of start and end date. Kindly guide me to achieve this. let Source = Json.Document(Web.Contents("https:/...
Vijay_A_Verma
Most Valuable Professional
4 years agoYou need not bind just put the dates such as 2022-07-01 in these parameters. Make sure that you select Text as type for parameter value not as date.
jesly_ajin
Helper III
4 years agoI do not wish to hard code the start & end date. I need it to change based on user selection. Hence trying to bind
- Vijay_A_Verma4 years ago
Most Valuable Professional
What will be the source of your start and end dates?