How to form dynamic URL to get result through REST Connector

How to form dynamic URL to get result through REST Connector.

For ex: https://ip:port/api/?type=&action=&xpath=&key=

In this , I want to take ip,port,api,type,action,xpath,apikey from the user input and authentication is also if possible (any other means also fine)

Can some one help me with this and facing few issues with HTTPS certificate issues during processing.

Regards,
Rajesh

use a Script for your URL property. Then have the script concat the various variables together.

1 Like