Replies: 1 comment 8 replies
-
Hey @Num4mer In your Query, don't use the prefix "Bindings". An example query that I have set up to create a record in MongoDB looks like this: To edit your query, you'll need to do so from the Data tab (not from the Execute Query action step. You should also then run the query successfully, and save it. Switching to the Design section and the Execute Query action step should then reflect the changes you've made. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
i'am facing a problem that my POST calls to an REST API ignoring the content of the defined binding.
What i will do is sending a userShortCut to the API and get back the userName, as example MM -> Magic Meercat.
The userShortCut will be filled in the frontend by the user and shall to be handed over with a binding userShort.
Now the problem is very similar to #10946 but i can't delete the "Binding." as descriped in the solution of the post.
Every time i delete the "Binding." it is not possible to save the change.
If some more changes are done and it is possible to save, the "Binding." is there again after switching between data and design window.
the body is:

the binding looks like:

action in frontend:

request body in action:

I'm a bit confused because in the request body of the action the "Binding." is not available.
If i fill in a default value in the REST API everything works fine.
It doesn't make any difference if i fill in values in the binding field of the "Execute Query" as default or load a value from a text field.
Is there anybody how can helb me?
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions