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)}}
Output
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 | Tutorials
- Make Academy – learn Make and get your certificate ← CHECK THIS OUT
- Make Blog – get the latest updates
- Features & Pricing
Help Center Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make
3 Likes
hello bro, it worked, thank you very much for taking the time to respond, have a good day
1 Like