It is used to download data from the Web.
Sheetkraft contains the HTTP Request option which can be accessed by the More Button present in the SheetKraft Toolbar (See figure).
The preview for Http Request UI is shown below
HTTP Request UI consist of following Parameters
Below is the preview of httpSessions.config file after clicking the save config button.
Below preview shows how to can get the method and request url from network Tab.
Query Parameters: Query Parameters is used for Get Request.
We use URL Encode Function for taking parameter names and parameter values in separate arguments. This function is used by the HttpRequest UI to generate a formula with query parameters.
Below preview shows how to pass the parameters.
Below is the preview of Request Headers used in HTTP Request UI.
Below preview shows how parameters are passed in HTTP Request UI.
After getting the File Path we can extract data using Data from HTML or Data From JSON.