Hi,
I created an idea a while back but it doesn’t have too much traction so far
I was wondering how you are handling sanitizing SQL variables in Make, as there is no “official” solution for it within Make. I guess some of you must have scenarios like me, where some form submission triggers a Make scenario, you want to store the form values in a database or look something up, but there’s no proper way to sanitize all variables (and you need to be able to use the “Advanced query”)?
How are you solving this without a proper built-in solution present?