Questions tagged [lowcode]

29 questions
3
votes
1 answer

How to create a table with buttons element in a column with Pynecone?

The table's last column (action) contains pc.button, that can get data in the row that the button residing in, and then send that data to a State variable. Some thing like…
huynv
  • 49
  • 5
1
vote
1 answer

How do I filter a list of objects using a specific date range on Tray.io?

I have a list of objects, and I need to filter by a specific field on the objects to make sure each item falls within a specified date. I don't see this in the Date Time helper Any suggestions? I tried looking in the list helper and I didn't see any…
Austin
  • 13
  • 3
1
vote
0 answers

How can Improve inconsistency performance of retrieving data from Cosmos DB? [C# Library - LowCode Environment]

My scenario is slightly different than normal The tech stack is using something called OutSystems a 'low-code' platform. We have a C# library for connecting to Cosmos DB, but this is only initiated when it's in use. It isn't a constant running API,…
SCramphorn
  • 447
  • 4
  • 23
1
vote
2 answers

How to create low code based workflow setup in nodejs?

I want to create a workflow automation where an activity comes in and user can setup a multilevel workflow. For frontend i am using https://reactflow.dev How to structure things in nodejs backend. Things like database, accessing control flow…
1
vote
1 answer

How to show data in dashboard

I have a dashboard, which shows the total count of four containers. for this, I'm having four aggregates which return totalcount and the label as shown below and in the dashboard, showing up the four data as below and for each expression value…
Ranjith Varatharajan
  • 1,596
  • 1
  • 33
  • 76
1
vote
1 answer

Grid showing same data in two different column in outsystems

The app is about Worm Farming Manager. It has 3 tables as shown below here I'm facing a problem in the transaction table. I scaffolded the screen using the Transaction table. Whenever I tried to add an entry in this transaction screen, the grid…
Ranjith Varatharajan
  • 1,596
  • 1
  • 33
  • 76
0
votes
0 answers

Any low code no code to helps sell live video call as a product?

Is there any low code / no code platform that can help sell a digital product i.e. video call? As per my broad knowledge, shopify helps selling digital products like pdf, etc. I have not heard of video call as a product there.
adtgoel
  • 1
  • 1
0
votes
0 answers

Filtering a backend query in #flutterflow

I am making a Tinder kind of app. It is the same principal with swiping cards. I am using a swipeable stack, that contains the backend query. I want to filter the data so the user never sees the same card, because they like/dislike it. The data in…
0
votes
0 answers

framework or saas solution for collecting data

I have to create an application for data collection and reporting. Collection phase must be quite elastic (many dimmensions and measures based on configurable dictionaries) - simple web interface and API for connectors. Requirements seems to be…
pyskaty
  • 125
  • 1
  • 4
0
votes
1 answer

ORACLE APEX-LOWCODE:HTTP Failure-"An error occurred during URL invocation. ORA-29024: Certificate validation failure

I am using REST DATA SOURCE in apex low code. When I call an API. I am getting this error: "An error occurred during URL invocation. ORA-29024: Certificate validation failure". This API is working in Postman. Why has this error occurred? How to…
Thish
  • 3
  • 2
0
votes
0 answers

How to pass request body as a form-data in apex oracle Rest Data Source?

I have one API in that I am using post method and I am passing one request body as form data. It was working in my postman but in apex low code rest data source it was not working and not getting the request body why? How to pass the request body…
Thish
  • 3
  • 2
0
votes
0 answers

How to enable inline editing inside table columns without a separate form in Wappler?

I'm working on a web application using Wappler, and I have a table that displays data fetched from a database. I want to enable inline editing directly inside the table columns, without the need for a separate form, where you can click on a cell,…
Kavinda
  • 13
  • 1
  • 3
0
votes
0 answers

Add Action column to Data Grid to Edit / Delete line

I want to add a column at the end of this grid so it displays a menu or shows the options so i can edit that line or delete it But In outsystems it looks like this] So I need to add the action column or make a new grid? I tried adding a action…
F3llon
  • 13
  • 2
0
votes
1 answer

setInterval problems with a countdown timer using Draftbit

enter image description hereI have this set up to start a countdown timer... const initialCountdown = 10; // Initial countdown value (change as needed) let countdown = initialCountdown; const intervalId = setInterval(() => { if (countdown > 0) { …
Dave
  • 1
  • 1
0
votes
0 answers

How do I apply version control in a "low-code" environment (i.e. SAC Analytic Application Designer)?

How do I apply version control in a "low-code" environment (i.e. SAC Analytic Application Designer)? I am using SAC Analytic Application Designer to create dashboards for our users. It's a drag & drop environment with optional use of basic JS…
wookash
  • 11
  • 4
1
2