What are you trying to achieve?
DataError Source is not valid JSON
web-form-blueprint.txt (1.7 KB)
I just need the data fields from Pretty
DataError Source is not valid JSON
web-form-blueprint.txt (1.7 KB)
I just need the data fields from Pretty
Welcome to the Make community!
Please provide the output bundles of the trigger module [168] from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt
file.
You can upload the file here by clicking on this button:
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, especially if there are complex data structures (nested arrays and collections) or if external services are involved.
This will allow others to better assist you. Thanks!
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.
Thank you @samliew for the advise
Here’s the output of the module 168 the webhook
bundle.txt (1.7 KB)
Hi @jeff_nguyen thank you it worked, now I need help parsing a url and getting the username and password on it, the url I want to parse is like this http://url/get.php?username=a555gguue&password=6a6ayyuu33&type=xxx&output=ts
Which module/set should I use for that?
@Matt11 For username, do this
For password, it’s simillar. Just change the pattern from ‘username’ to ‘password’.
Thank you again @jeff_nguyen it worked, I appreciate your help, can you please help with one more set, I have a data coming from this api that is really nasty, can you please help me making it clean and separate the informations without the all the extra characters on it, just for the data part
blueprint.txt (2.1 KB)
@Matt11 this would do