I’m a bit unsure if I should make 3 separate topics or if this is better.
But I have these 3 questions, that I haven’t been able to find an answer to anywhere. Help is much appreciated.
Limit array output
Is it possible to limit the results of an array or collection to only take, for example, the first 5 or 10 results?
From the list above, I would like to store the first 5 in the following variable.
Make.com converts if(
If you write if( it will automatically switch to the make.com function. This is a bit problematic when trying to make a Google Sheets formula
Is it possible to stop make.com from converting it?
Same result no matter the input
I have made an If statement that checks if there is a category with the ID 28 = Fully Supported, if not check if there is one with 18 = Partial support, and if either isn’t there it should write e.g. “No Support”.
But no matter the output is always “Full Supported”, which makes absolutely no sense to me.
I have tried with and without “” around the numbers, doesn’t seem to make a difference
Any idea what am I doing wrong?