Questions tagged [appsmith]

Questions relating to the Appsmith internal-tool builder, about developing apps in Appsmith, integrations with various third party services, deployment in a self-hosted environment, etc.

Appsmith is an open source internal-tool builder, with a drag-and-drop UI builder interface and integrations with several databases (e.g., Postgres, MySQL, MongoDB, Firebase etc.) and HTTP APIs.

22 questions
4
votes
1 answer

Appsmith server is not starting because of MongoDB exception

My Appsmith instance just upgraded to v1.6.4 and it's not booting up anymore. In the logs, I can see the exception below: Caused by: com.mongodb.MongoCommandException: Command failed with error 17 (ProtocolError): 'Attempt to switch database target…
Arpit
  • 440
  • 3
  • 7
3
votes
1 answer

Use data from Quandl API to show in Appsmith table widget

I am building a web-app and want to connect data from Quandl through its JSON API. However, the JSON I get from quandl has the column names separate from the data itself, check below: { "datatable": { "data": [ [ "AAPL", …
Basley
  • 79
  • 12
2
votes
1 answer

Is there a way to retrieve the ID of a newly created document in MongoDB for Appsmith?

I'm using Appsmith and was wondering how I could retrieve the ID of a newly created or updated document when using the MongoDB Connector. I only receive this as response (when a new element is created): { "n": 1 } Do you know if this is some…
max
  • 41
  • 7
1
vote
0 answers

Appsmith to change the default value of the Input Box

The Process I am going to use Appsmith to edit the item price using rest API The Item List Table Code {{menitems.data.content}} Explanation From the Image, I have been Displaying my Item with the Edit Button in a table that I got from Rest…
Ac. Selvan
  • 41
  • 4
1
vote
1 answer

Cannot connect AppSmith to local PostgreSQL server

Problem In general, there have been a ton of issues in connecting a remote service to a PostgreSQL database. The documentation for most services doesn't really have documentation for this since the task of connecting to a PostgreSQL database…
user12217470
1
vote
2 answers

Why am I unable to use datetime field to query data from Appsmith to MongoDB?

I'm trying to query data between datetime fields from Appsmith to MongoDB. I'm not able to get the data from this query, it is returning empty response but there is data in the selected datetime range. The control flow looks like this: There is a…
1
vote
2 answers

How to save Timestamp in Firebase in Appsmith app or using JSON?

I am trying to save the date/time in Firebase in timestamp format. I have referred answers from below posts. How to get current timestamp of firebase server in…
0
votes
0 answers

Non-interactable Elements in Iframe

I'm trying to interact with particular elements in Appsmith within an iframe but for some reason, they don't seem to respond when I do so. The iframe itself links to another page and the images have an onClick event tied to them. Clicking them does…
Lazlo
  • 159
  • 1
  • 7
0
votes
0 answers

appsmith - SSL configuration for a custom domain

I followed the guide on this site to install appsmith in an Azure Container Instance: https://docs.appsmith.com/getting-started/setup/installation-guides/azure-aci The application runs fine under the Azure FQDN, e.g.…
0
votes
0 answers

How to send email reminders on a particular day in appsmith

I need to send email reminders on a particular day. Scenario example - I have created one form where I set notify me after 30 days. Now I need to send an email reminder after 30 days. In Appsmith how I can do that beacuse it is not a adhoc email…
0
votes
1 answer

How to correctly create a date condition using moment js

There is a table with data and dates. Please help me to make a correct condition so that when it is triggered, the date will be coloured in different colours. The table has a Deadline column. I need the date to be colored red 5 days before the…
0
votes
0 answers

How to get scrolling list Widget in Appsmith

I am trying to build messaging app on app smith but list I am getting in pagination mode how can I get that in vertical scrolling mode ?
0
votes
1 answer

Preventing API edits from breaking arrayformula columns

I have a Google Sheet that I'm using as a database for a an app I am building in AppSmith. Really just an interface for people to work with the sheet in a controlled manner. I'm using the Google Sheet because I'm familiar with layering formulas to…
0
votes
0 answers

How I can custom number page of list in Appsmith

I want to custom number page of list in Appsmith but I can style it. How I can do that, please teach me. Thanks you!! I want to custom number page
0
votes
1 answer

How to deploy appsmith via yaml in k8s?

Any example appsmith yaml for deploying appsmith since I don't want use helm in prod environment?
Duanjax
  • 11
  • 1
1
2