Get+split split a string and get the first element

why isn’t this working? {{get(split(23.desc + “┆”; 1))}}
I am just trying to split a string and get the first element.

Looks like you are missing a semi-colon after your description, and the close bracket for the split function is in the wrong place.

The function split has two parameters, and without this semicolon you only have one parameter.

Currently you have

{{ get(split(23.desc + "┆"; 1)) }}

It should be something like

{{ get(split(23.desc; "┆"); 1) }}
                    ^    ^

Hope this helps! Let me know if there are any further questions or issues.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

thanx @samliew. I tried this and still am getting an empty response. See image & test playground
blueprint (3).json (5.6 KB)


even when I changed the place of the “)”

If you need further assistance, please provide the following:

Please provide the output bundles of the modules 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”.

A. Upload as Text File

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

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

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

This will allow others to better assist you. Thanks!

Did you know, this forum has a Hire a Pro category, where you can post your request for off-site specialised help on other platforms (video call/screenshare/private messaging/etc.)? This may help you get your issue resolved faster especially if it is urgent. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services (even offer FREE assistance to help) in other categories like here. Once you have posted in the Hire a Pro category, that will allow other members like me to provide booking links to our calendars for a free consultation and video assistance (including screenshare)!

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

output.txt (140 Bytes)
input.txt (494 Bytes)

remove " from “!” it should be just ! and make sure that you are indexing the correct collection from the input