23 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
85
views
Appsmith : Pass context payload from custum widget to JSObject
I am working with appsmith and have a very specific to which i cannot figure out the answer.
I have a custom widget in which there is a login form (i needed something very personalized):
HTML
<link ...
1
vote
0
answers
73
views
Implementing Cross-Iframe Communication in Open-Source Appsmith Using postMessage
I am using the open-source version of Appsmith and have two separate Appsmith apps (App1 and App2) embedded on the same HTML page using iframes. I would like these apps to communicate with each other ...
0
votes
1
answer
701
views
How to remove appsmith water mark after deploying it?
I have set up Appsmith locally on my system and deployed an application. When viewing the deployed application, I noticed there is a watermark in the bottom right that says Built on Appsmith. I want ...
0
votes
1
answer
50
views
How to Pass-in a Collection name and Document Key to an AQL query to update the document
From Appsmith with a local ArangoDB database in Windows 10 Desktop environment, cannot get an AQL query to recognise a collection name passed in from an Appsmith Input widget. Works if collection ...
-1
votes
1
answer
599
views
upload file on supabase using appsmith corrupt image
I'm trying to upload an image on supabase storage with appsmith and the file picker option.
It work but my file is corrupt and i don't know why.
export default {
function: async () => {
const ...
0
votes
1
answer
704
views
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 ...
1
vote
0
answers
72
views
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 ...
0
votes
1
answer
562
views
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 ...
3
votes
1
answer
1k
views
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 ...
0
votes
1
answer
159
views
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 ...
1
vote
1
answer
285
views
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?
0
votes
1
answer
675
views
How to use Aggregate in AppSmith
In my database of MongoDB, I can't insert new register in the historial
I want insert the phone and start date
My model in Mongo is this
And the code what write is this
{
"aggregate": &...
0
votes
1
answer
1k
views
App smith connectivity with local database
I have had an issue accessing the local database from Appsmith(docker container or signup from their website https://www.appsmith.com/).
I couldn't connect to my local database.
It sometimes says it ...
1
vote
1
answer
1k
views
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 ...
user avatar
user12217470
2
votes
1
answer
432
views
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)...