Forum Discussion
Dgreen23
5 years agoHelper III
Push 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
5 years agoSuper User
Ideally your data source has things like LIMIT and OFFSET that you can use to paginate. If not then do the pagination in Powershell.