#Params in database query
1 messages · Page 1 of 1 (latest)
Hi There!
Thanks for reaching out to us. One of our engineers will be with you shortly.
If you are stuck with an issue/error, please help us with following information.
- Which version of Appsmith are you on?
- Provide screenshots/screen recordings of the original error/code snippet.
- Add details about your use case and provide steps to reproduce the issue, if
possible.
Hey!
You can pass the params through the run function. Checkout this doc -
https://docs.appsmith.com/reference/appsmith-framework/query-object#passing-params-to-run
How to get the params in the database select for example ?
Hi! Please fork this sample app and let us know if it helps:
https://app.appsmith.com/applications/61e4fd98eb0501052b9fc476/pages/628e64d47901344ba8d2a584
Hi, I fork this sample app but I don't find any params for {{Query1.run(); Query2.run()}}
Great, got it !
thank you very much for this one 🙂
Thanks for your continuous support and patience. We hope your issue is resolved
now.
Let us know how did we do?
https://survey.frontapp.com/v2/09a400bf433bc9676d67/2b93fc6d394c5c6f527ccb616f37efb2
It's working with a button.
But I wish to send a params to the data table without a button.
Something like this {{get_users_from_company.run({ workflow: '4' }).data}}
How can I write it?