How to add only 1 row even if there's no limit


Hi :), I’ll briefly explain my problem: in the second “Search Rows” I need to check all the rows, for this reason I removed the “Limit”, this means that I receive a lot of operations and this means that “Add Rown” executes them all, what can I put between the “Search Rown” and “Add Rown” to execute only one operation? Thank you very much, I hope I explained myself

1 Like

Hey Christian,

an array aggregator will bring it back down to 1 operation.

1 Like

Welcome to the Make community!

You should still put 1 as the limit. This will still check all rows, but return 1 result or 0 results, which you can create a filter with.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

3 Likes

Thank you guys i’ve solved💪

2 Likes