RequestError: Incorrect syntax near '.'

I have created the following flow:
</>

in which I send by the button 'Carica' a number to the function in order to select a specific raw of a SQL database table.
On the MSSQL node I get the following error:
RequestError: Incorrect syntax near '.'

Could you help me to found the problem?

The best way for us to help you is if you add a Debug node to the output of the Function node so we can all see exactly what SQL you are sending to the MSSQL node. That's the only way we can help you spot what syntax error you have.

immagine

I think I forgot FROM

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.