Hi, I am new to Make, I am testing a simple scenario to collect text data from the HTTP module
Steps taken so far
I have created the HTTP module and when I run it, it returns the data required. (See attached)
Then added a Text Parser to Match Pattern (Adv) with the following regex.
^((https?://(www.)?)?[a-zA-Z]{2,}(.[a-zA-Z]{2,})?.com/?[a-zA-Z0-9]*((https?://(www.)?)?[a-zA-Z]{2,}(.[a-zA-Z]{2,})?.com)?|(https?://(www.)?)?[a-zA-Z0-9]{2,}.[a-zA-Z0-9]{2,}.[a-zA-Z0-9]{2,}(.[a-zA-Z0-9]{2,})?.com)$
But get the above error, tried many diff ways and included an error handling but the error remains. Any suggestions would be greatly appreciated.
You cannot individually run a single module if you don’t have example values of the “Data”, which you must input into the prompt when you manually run a single module.
Try running the full scenario instead by clicking the “Run Once” button:
For more information, see these duplicate questions previously asked and answered by other community members:
No problem, glad I could help you with “BundleValidation:Error Validation failed for 1 parameter(s). Missing value of required parameter ‘text’”
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help as newer questions are displayed higher on the forum’s “new” page.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
others can save time when catching up with the latest activity here, and
allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
Hope this helps! Let me know if there are any further questions or issues.
— @samliew P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!