Build a URL from Components
Select a Protocol and enter a value or select an input field or other block field to provide the Domain dynamically.
If needed, use the Add a new path and Add a new parameter buttons to add additional steps or parameters to the URL. For each path, enter a value or select an input field or other block field to provide the path dynamically. For each parameter, enter a parameter name and either enter the parameter value or select an input field or other block field to provide the parameter dynamically.
For example:
Protocol =
HTTPDomain =
www.example.comPaths =
{$location} and
mdParameters =
name: {$name} and
specialty:{$specialty}Would build a URL such as this:
http://www.example.com/nw/md?name=tay&specialty=pediatrician