Forum Discussion

rbevans's avatar
rbevans
Microsoft Employee
5 years ago

How to Pass a Variable to JSON POST URL as Data Source

I'm trying to get data from an internal data source.  The URL is constructed like below where I can pass a date, page, & page size.  Is there a way to create a report where I can make those variables based on what the user is looking for? 

 

 

https://<<URL>>?start=2021-05-10T00:00:00Z&end=2021-05-11T00:00:00Z&page=1&pageSize=500