Forum Discussion
jesly_ajin
4 years agoHelper III
Dynamic 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
4 years agoMost Valuable Professional
You 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
4 years agoHelper III
I 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 agoMost Valuable Professional
What will be the source of your start and end dates?