This drives me insane. Make will just silently removes quotes when I’ve wrapped them around a variable.
It shouldn’t just silently do this without any warning. I’ll close the module and reopen - and the quotes are just gone.
It shouldn’t be doing this at all! I need the quotes!
How do I prevent this from happening? Is there something I can do to escape that I need it? I tried using \ but then it ironically will keep both the / and the ".
hey @TJ
try using this it gives your desired out replace {{ifempty(13.cursor; “null”)}} with {{ifempty(if(13.cursor = emptystring; emptystring; 13.cursor); “null”)}}
this gets the value of cursor as with “” if cursor is not empty
if empty it gives null
I think this solution won’t work either. The double quotes for the GraphQL are necessary, and your solution doesn’t solve the double quote issue.
I think the original post is a bug and should be reported to the support team instead. I’ve encountered the issue of Make removing my double quotes around variables on several occasions and it’s quite shocking to be honest once you notice it.
For quicker assistance with technical issues like these, you may want to contact support directly. They respond very quickly and update you frequently on the status of their investigation.