I’m investigating using NileDB with my Plasmic App. Part of this process I’m providing a tenant_id as a query filter. My thought was to put this into an input field so that I can provide it as a dynamic field to the query.
Problem is when I define it as a dynamic value it returns ‘invalid input syntax’.
And does that request result in the invalid input syntax for type uuid: "" error? If so, it seems like that may be a problem on your integration’s API.
The quotes you see "" are expected to be shown in the devtools, but it wouldn’t actually be sent to your API. So I believe it’s something in your API that is inserting those quotes.