Forum Discussion
sceccolini
2 years agoFrequent Visitor
Execute REST with parameters coming from another REST
Hello, I need to execute a REST to get some data and need to execute it with a dynamic parameter coming from another REST. I also have 1 parameter for the pagination, which is working fine. I de...
lbendlin
2 years agoSuper User
1. You need to use RelativePath and Query options if you ever want this to work in the service
2. List.Generate comes with heavy baggage. Better to have a table with page numbers, call your REST with those, and then combine the results.