Forum Discussion
Dgreen23
Helper III
5 years agoPush Data Set - Data Looks Wierd
I have created a push data set and have got it most of the way working and formatted. The issue I have is that the data posted into it looks like it's holding the header in front of the value, which ...
- 5 years ago
Ideally your data source has things like LIMIT and OFFSET that you can use to paginate. If not then do the pagination in Powershell.
lbendlin
Super User
5 years agoIdeally your data source has things like LIMIT and OFFSET that you can use to paginate. If not then do the pagination in Powershell.