Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
96 views

I want to create a custom dynamic list component based on GrapesJS (with 3 rows by default). It can bind to an array variable and dynamically change the number of rows in the container according to ...
YiMin Lee's user avatar
0 votes
1 answer
90 views

I've created a bot that triggers whenever a table is updated. Since multiple users can update the table simultaneously, will the bot trigger in parallel for each update (i.e., one execution per update)...
Sandeep Jindal's user avatar
0 votes
1 answer
286 views

I'm developing a quiz app in Power Apps and need a way to track whether a user has navigated away from a specific screen or opened another application/tab. The idea is to prevent users from accessing ...
schnitzel frito's user avatar
0 votes
1 answer
22 views

Is it possible to return a code other than 200 OK from an ObjectReef operation. context App::MyOperation: JsonObject post: result = { name: 'Name', desc: 'Lorem ipsum' } I ...
IndieMax's user avatar
0 votes
1 answer
20 views

I'm wondering how to create something like a Data Transfer Object in ObjectReef. When I call an operation from the API I can use parameters that are either simple types or references to existing ...
IndieMax's user avatar
2 votes
0 answers
50 views

I have contracts table, that contains multiple products, there is a many-to-many relationship between contracts and products, this yields the link table [Contract-lineitem]: While converting a ...
Ichama .M. Herbert's user avatar
0 votes
1 answer
2k views

This sanitized cURL query works fine [1]: curl -X POST https://adb-<workspaceId>.azuredatabricks.net/api/2.0/sql/statements/ \ -H "Authorization: Bearer <myPersonalAccessToken>" \...
Shawn Eary's user avatar
-1 votes
1 answer
113 views

{ "error": "rule not matched for function \"data/v1/insertOne\"", "error_code": "FunctionExecutionError", "link": "https://services.cloud.mongodb.com/groups/63b5682c9dc61178d7dbb789/apps/...
Darshan Dholakiya's user avatar
0 votes
1 answer
131 views

I'm currently writing a Vue.js app inside a low-code platform. The platform contains unnecessary libraries like bootstrap. When I checked my app for performance, I noticed that because the platform ...
Hayitbek Yusupov's user avatar
0 votes
0 answers
1k views

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 ...
waluwalu's user avatar
0 votes
1 answer
644 views

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 ...
Thish's user avatar
  • 3
0 votes
1 answer
101 views

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 ...
Dave's user avatar
  • 1
0 votes
1 answer
169 views

I'm currently studying this bonitasoft and having difficulty in the attach file on where it is located after being submitted and how to retrieve it on a different process flow. I tried the examples on ...
chris_dev's user avatar
1 vote
0 answers
76 views

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 ...
SCramphorn's user avatar
0 votes
1 answer
59 views

We are using Aurachain for some of our custom apps. And in one of these we have a user interface with a field with drop-down list which takes its values from a city and coutries catalog, and we need ...
Mihaela Lupu's user avatar
0 votes
1 answer
514 views

this is my first task regarding Microsoft Power App and don't know how I should solve it. We have a flow that in the input is entered email address and as output we should get back an ID. Both the ...
Sasan's user avatar
  • 1
-1 votes
1 answer
153 views

I am new to WordPress. And I can not find the project section from where I can manage multiple projects. But currently, I am just stuck with this project and can not create other projects ...
Sudip Raaz ADK's user avatar
1 vote
1 answer
330 views

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 ...
Ranjith Varatharajan's user avatar