Why this function works incorrectly ? I have if function , Every time new request comes from google forms it needs to be written , if it is not 1000$+ it should be reject on Google sheets
ifAnswers.Budget.Grade.Feedback.Text Answers.Answersvalue=1000$+;FALSE;TRUE)
budget needs to be at least 1000$+ for not to be rejected
you can just set a filter instead of doing this, use a filter map the value to it and use the math function greater or less than
Welcome to the Make community!
Please provide the output bundles of the trigger module (Watch Responses) by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
A. Upload as a Text File
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:

B. Insert as Formatted Code Block
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.
Yeah i will try it now , So google sheets has not been fixed right ( i am little beginner in automation)
Only the instant trigger for the Sheets plugin is affected. The Sheets modules that you are using in your scenario should be working as normal.
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.
1 Like