I am simply hooking up a repeater to a text composer. Inside the text composer, I have a simple if condition to check if the repeater iteration is 2. This is always resulting in true. What am I missing here?
Welcome to the Make community!
The equals sign needs to be a special variable, not just a βstringβ text equal sign.
You can select the special equal sign operator (with a green background) from the variables panel, or type {{=}}
Links
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too β
General
- Help Center | Tutorials
- Make Academy β learn Make and get your certificate β CHECK THIS OUT
- Make Blog β get the latest updates
- Features & Pricing
Help Center Basics
- Mapping β What is mapping? What can I map?
- Mapping with arrays β How to map items in an array
- Aggregate an array for mapping complex fields
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules β Make a request, Get (download) a file
- Webhooks β Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make
2 Likes