Skip to main content

I have a process flow where I use a web connector and I want to use a parameter in the end point query string. So I have set this up in the web connector but from the manuals I can't figure out how to fill this parameter from a functionality or something like that.

Can you help me?

 

Hi Geurt,

It looks to be that you want to supply the query string "sinceDatetime" with a value from the parameter {current_date}.

To do this, current_date has to exist as an Input parameter of this endpoint. This way, the input parameter can be supplied a value in the Web connection process action input parameters, either as a constant value or a variable determined by logic for example.

Do note the format the API requires. You will need to format the date so the API accepts it.

Hope this helps!