Does this function exist?

Hello everyone, I have a problem with a function since my variable “fr” contains the following number: 541134620582_ but what I am looking for is for it to be ordered in the following way: 54_1134620582. but I don’t know what function to enter so that the underscore “_” is added after the “54”. I’m stuck on this for hours if someone could help me I would appreciate it.


You can use the built-in function substring

e.g.:

{{substring(20.ed; 0; 2)}}_{{substring(20.ed; 2)}}

Screenshot_2024-04-04_130911

Output

Screenshot_2024-04-04_130921

For more information, see substring in the Help Center

Links

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 —

General

Help Center Basics

Articles & Videos

3 Likes

hello bro, it worked, thank you very much for taking the time to respond, have a good day

1 Like