Have two workspaces and same setup works differently

Hi,

I have started building in one workspace as test and was satisfied we created company account. Now i tried to setup same webservice, same data structure and same query. Testing with the same test params and On new one i get errors and old one still work. I tripple checked.

In one case it specifically requires to add ‘’ arround varchar param in another workspace it does not need that. If i do not provide a parameter in one workspace it is ? in another it is undefined. So it is unclear how to handle… Why this inconsitancy?

Now if i do not provide some values to webhook i needs specifically handle ‘undefined’ inputs…

Hi @Mindaugas_Jankauskas,

What kind of web service are you setting up? Sounds like a database, but which one?

The best thing would be a minimal reproducible example so we can see what exactly is happening.

And about the ‘’ apostrophe, could it be that for one database the setting “Convert SQL queries to prepared statements” is different?

image

1 Like

it was exactly Convert SQL queries to prepared statements”. Which i did not know my colleague set somehow. however Bakery AI could not help me :slight_smile:

1 Like