Hello, I would like to know if my issue is a bug or just a bad usage i’m doing with the node :
I would like to set a hyperlink in a cell but everytime i’m setting the “=” to setup the formula and I close the node I can see that they remove the “=” sign. Is it a bug ?
Ah OK. Yes the problem here is that “=” get used internally in n8n to tell it that a value is an Expression. Meaning it will then always become an Expression, there is no way to avoid that. But you can still make it work by adding the “=” back again after it “disappeared”. It will then internally be ==1+1 but you will only see =1+1 and that is also how it will be sent to Google Sheets.