Text parser - Replace, adding “null” instead of deleting matched text

What are you trying to achieve?

Getting the space out within the URL. Is there a way to get it to delete the matched text instead of adding null? I saw a couple of other topics the topic creator softed immediately the thing is I don’t know what they did.
For example: Text parser - Replace, adding "null" instead of deleting matched text

So each time I use text parser and trying to delete a space field and getting null and it’s really frustrating

Steps taken so far

I searched many topics watched YouTube videos went through the whole guide of make.

1 Like

Hi @P_Lo
You can try using the replace function to remove all spaces by replacing them with an empty string as follows.

{{replace(url; space; emptystring)}}

Best regards,

Msquare Automation
platinum Partner of Make
@Msquare_Automation

2 Likes

@Msquare_Automation

thank you so much! Would you mind if you take a
Blueprint-auto-picture-insta.json (43.8 KB)
look to my blueprint? I’m using Cloudinary to brand a generated picture, but I think there might be a way to make it more efficient combined with better output quality. If you have any tips, I’d greatly appreciate it!