URL is truncated with Text Parser

I have a scenario where I am trying to take a URL from a gmail and send it to Discord. The scenario works except that the URL it sends is truncated, leaving out the most important parts for what I need. I’ve looked through similar questions and seen that other folks have had similar issues (like this one), but none of those have quite worked to solve my problem. Does anyone know how to keep Text Parser from truncation my URL?



Can you share the output bundles from module 40?

2 Likes

Welcome to the Make community!

Please provide the Input/Output bundles of the Text Parser module [40] by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download Input/Output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes