You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: In the settings for "Pagination URL", selecting a node with a dot in it, results in a null value for paginationUrl being returned for each respective job, and pagination does not work.
Description
TL;DR: In the settings for "Pagination URL", selecting a node with a dot in it, results in a null value for
paginationUrl
being returned for each respective job, and pagination does not work.Selecting a pagination URL node key that contains a period
.
saves the feed config as expected 🙂, but prevents the actual jobs from fetching the correct URL 🙁, as theHASH::get
method will split the supplied key into arrays to allow for some simple dot-notation parsing.Steps to reproduce
@odata.nextLink
, or@odata.count
)paginationUrl
will be nullAdditional info
The text was updated successfully, but these errors were encountered: