In my http scenario, my parameter url is showing empty, where to find this issue in our scenario?

:bullseye: What is your goal?

I want to pass bot flow

:thinking: What is the problem?

Not able to move ahead because http cant process url in telegram bot

:test_tube: What have you tried so far?

putting telegram bot id

:camera_with_flash: Screenshots: scenario setup, module configuration, errors


Welcome to the Make community!

So, what actually goes into the URL field when the scenario is run?

Please provide the input/output bundles of all the relevant modules by running the scenario, or get the bundles from a previous run from the Scenario “History” tab.

Providing the bundles from a scenario run will allow others to replicate what is going on, especially if there are external services. This helps mapping the correct raw variable names from collections (instead of the label/display name).

Need help❓View instructions ◀

Click on the white speech bubbles on the top-right of each module and select “Download output (or input) bundles”.

A. Upload a Text File

Save each bundle contents in a plain text editor as a moduleNumber-output.txt file. Open the file to check if it has not added additional formatting or encoded the plain text.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    module1-input.txt (1.2 KB)
    module1-output.txt (3.4 KB)

B. Insert a Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the bundles AND format them correctly.

:warning: Formatting IS Important! :warning:

Here are some ways to provide text content in a way that it won’t be modified by the forum.

  • Method 1: Type code fence manually
    Manually type three backticks ``` in a separate line before and after the content, like this,

    ```
    text goes here
    ```
    
  • Method 2: Highlight the pasted content, then click the preformatted text/code button

  • Method 3: Upload your file elsewhere and share the public link
    This method is only advised for large files exceeding the forum upload limit.

This will allow others to better assist you. Thanks!

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

As per the error, it seems like the API endpoint after the mapped fields are replaced with values during execution, is not in a valid format. It might be that the mapped field values contained special characters or spaces, which has resulted in an error.Can you check in the history log- Input bundle, what is the exact URL in the executed module?