Get HTTP Param¶
The Get HTTP Param block extracts specific values from the URL.
Inputs¶
- Name: The name of the parameter.
- Source: Where to look for the parameter:
query: From the question mark onwards (e.g.,?id=123).path: From the URL path itself (e.g.,/users/123).
Logic¶
- The block checks the URL based on the Source selected.
- It finds the value corresponding to Name.
- It returns that value.