Hi,
Today, I received this error:
[[“SUBMIT_VALIDATION_TITLE_BLACKLISTED_STRING”,“You may not have "join" in your title.”,“title”]]
My scenario is for auto posting from WordPress to Reddit.
Any idea what might be?
Hi,
Today, I received this error:
[[“SUBMIT_VALIDATION_TITLE_BLACKLISTED_STRING”,“You may not have "join" in your title.”,“title”]]
My scenario is for auto posting from WordPress to Reddit.
Any idea what might be?
Welcome to the Make community!
Looks like the subreddit has banned/blacklisted the word in the title.
Simply remove the word “join” from your post title.
You can do this by using the built-in function replace
e.g.:
{{ replace(1.text; join; emptystring) }}
For more information, see the function documentation in the Help Center.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Hope this helps! Let me know if there are any further questions or issues.
Thank you for your time.
Where should I add the function?
In the field itself…
I added it on the title field.
I got this error:
The operation failed with an error. Validation failed for 1 parameter(s).
If you need further assistance, please provide the following:
Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
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”.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
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.
Following these steps will allow others to assist you here. 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.