I am looking to search a column in Google Sheets and get the max value so that I can automate creating our client IDs. Every time
I run it, it gives me a parsing “Infinity” error. Has anyone ran into this or know how to fix?
I am looking to search a column in Google Sheets and get the max value so that I can automate creating our client IDs. Every time
Hello @Joseph_Riley,
Welcome to the community.
This happens with many users, for example, when they are in the module setting mapping dialogue and use some of the keywords specific to module settings but simultaneously conflict with Make’s predefined keywords.
In your implementation, you need to use max()
of Google Sheet Chart Query but in the mapping dialogue when you type max()
it automatically converts it to Make’s default function.
In that type of situation, you can usually just go to any basic text editor, like Notepad or Sublime, and simply write your function, copy it from there, and paste it here.
For now, you can use this one and paste it. But just remember it for the future.
select max(column)
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best Answers as Solutions and give If you need expert help or have questions? Contact or comment below!
Ahh I see, thank you
Hello @Joseph_Riley,
If this is solved then please complete this topic, Then it help others to identify the solution.