Dynamic vars in url with pagination

Hi,

I created an incoming configuration with a http subscriber that has pagination. This works fine but now the api queries all the data. The api gives the option to pre-filter the results, the option i want to use is based on dates. The problem is that i can’t define anything before the http subscriber and if i create for example a storage based subscriber the http subscriber has no more pagination options.
Is there a way for me to solve this?

Hi @rolf

You can define the data using the “input transformer” on your incoming data. All transformers under “Input transformer” will be executed before the incoming request is made.

So you will be able to use the pagination options.

1 Like