I have a filter for data.result, if it’s Yes or No to continue.
Datatype is “raw”, when I hover over the field I get “Yes” but I don’t get a match. I’ve also tried with toString.
Any ideas what is happening?
Welcome to the Make community!
Please provide the output bundle of the module 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”.
A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading them here will look like this:
module-1-output-bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks
```
before and after the code, like this:```
input/output bundle content goes here
``` -
Or use the format code 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.
This will allow others to better assist you. Thanks!
Hello,
this often happens when the field contains extra characters such as a space, a newline, etc.
Can you try this?
Second option, you remove all non ascii characters
Benjamin
@Benjamin_from_Make the contains option worked.
@samliew thank you for the idea, it seems the string is “result”: “Yes\n”, that’s why I didn’t see it.
Will filter it, thank you all!
Hence I requested for the output bundle
Glad to hear you got it resolved.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!